mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-19 16:10:44 -08:00
More moving
This commit is contained in:
@@ -29,7 +29,7 @@ public class SplashActivity extends Activity {
|
||||
boolean root = Shell.rootAccess();
|
||||
|
||||
mm.repoDB = new RepoDatabaseHelper(this);
|
||||
mm.loadPrefs();
|
||||
Global.importPrefs();
|
||||
|
||||
// Dynamic detect all locales
|
||||
new LoadLocale().exec();
|
||||
@@ -62,7 +62,7 @@ public class SplashActivity extends Activity {
|
||||
}
|
||||
|
||||
// Write back default values
|
||||
mm.writeConfig();
|
||||
Global.writeConfig();
|
||||
|
||||
mm.hasInit = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user