[Change]
[合并司机端、乘客端为一个应用,适用于异屏、异显、异交互]

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-11-28 19:55:00 +08:00
parent f070106fe0
commit 5f1ecdd51f
19 changed files with 666 additions and 49 deletions

View File

@@ -43,9 +43,10 @@ public abstract class AbsMogoApplication extends Application {
AppStateManager.INSTANCE.init(this);
initRxJavaErrorHandler();
FinalizeCrashFixer.fix();
if (!shouldInit()) {
AutoSize.checkAndInit(this);
}
// if (!shouldInit()) {
AutoSize.checkAndInit(this);
// }
ScreenHelper.setScreenConfig(this);
Utils.init(this);
MogoServices.getInstance().init(this);