You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Update UI callback with prefs listener
This commit is contained in:
@@ -211,7 +211,7 @@ public class MainActivity extends AppCompatActivity implements NavigationView.On
|
||||
navFragment = new RootFragment();
|
||||
break;
|
||||
case R.id.autoroot:
|
||||
setTitle(R.string.auto_toggle_apps);
|
||||
setTitle(R.string.auto_toggle);
|
||||
tag = "autoroot";
|
||||
navFragment = new AutoRootFragment();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user