More moving

This commit is contained in:
topjohnwu
2018-07-31 16:57:52 +08:00
parent 914b7ee056
commit 70dd2d4829
19 changed files with 174 additions and 167 deletions

View File

@@ -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;