[6.6.0] note the main process
This commit is contained in:
@@ -49,9 +49,9 @@ public abstract class AbsMogoApplication extends Application {
|
||||
if (DebugConfig.isDebug()) {
|
||||
KoomInitTask.INSTANCE.init(AbsMogoApplication.getApp());
|
||||
}
|
||||
if (!shouldInit()) {
|
||||
return;
|
||||
}
|
||||
// if (!shouldInit()) {
|
||||
// return;
|
||||
// }
|
||||
AppStateManager.INSTANCE.init(this);
|
||||
initRxJavaErrorHandler();
|
||||
FinalizeCrashFixer.fix();
|
||||
|
||||
Reference in New Issue
Block a user