You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Ready for release
This commit is contained in:
@@ -19,7 +19,7 @@ public class AutoStartReceiver extends BroadcastReceiver {
|
||||
Utils.toggleRoot(false, context);
|
||||
}
|
||||
if (PreferenceManager.getDefaultSharedPreferences(context).getBoolean("enable_quicktile", false)) {
|
||||
Utils.SetupQuickSettingsTile(context);
|
||||
Utils.setupQuickSettingsTile(context);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -32,6 +32,6 @@ public final class PrivateBroadcastReceiver extends BroadcastReceiver {
|
||||
Utils.toggleRoot(false, context);
|
||||
}
|
||||
|
||||
Utils.SetupQuickSettingsTile(context);
|
||||
Utils.setupQuickSettingsTile(context);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user