[app] Show reboot instead in menu for android
This commit is contained in:
parent
76cf325321
commit
aac76f8704
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue