[app] Show reboot instead in menu for android

This commit is contained in:
tehcneko 2021-02-27 15:56:27 +08:00 committed by LoveSy
parent 76cf325321
commit aac76f8704
1 changed files with 1 additions and 0 deletions

View File

@ -452,6 +452,7 @@ public class ScopeAdapter extends RecyclerView.Adapter<ScopeAdapter.ViewHolder>
menu.removeItem(R.id.menu_app_info);
}
if (android) {
menu.findItem(R.id.menu_force_stop).setTitle(R.string.reboot);
menu.removeItem(R.id.menu_compile_speed);
menu.removeItem(R.id.menu_app_store);
}