You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Fixed options menus appearing on screens that they shouldn't
This commit is contained in:
@@ -43,6 +43,7 @@ public class SettingsFragment extends BasePreferenceFragment {
|
||||
@Override
|
||||
public void onStart() {
|
||||
super.onStart();
|
||||
setHasOptionsMenu(true);
|
||||
requireActivity().setTitle(R.string.settings);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user