[6.6.0] renote

This commit is contained in:
EmArrow
2024-08-28 18:45:01 +08:00
parent b1279a2f0f
commit 8642d1e88b
6 changed files with 17 additions and 17 deletions

View File

@@ -31,9 +31,9 @@ public abstract class MainMoGoApplication extends AbsMogoApplication {
@Override
public void onCreate() {
super.onCreate();
// if (!shouldInit()) {
// return;
// }
if (!shouldInit()) {
return;
}
start = System.currentTimeMillis();
//启动业务
CallerStartUpManager.initStageOne();