优化obu升级逻辑

This commit is contained in:
lixiaopeng
2023-02-24 17:32:37 +08:00
parent 8275d7f192
commit d058bcace0
8 changed files with 34 additions and 30 deletions

View File

@@ -54,7 +54,7 @@ public abstract class MainMoGoApplication extends AbsMogoApplication {
clearMessageBoxTable();
CallerMsgBoxManager.INSTANCE.queryAllMessages(this);
}
// CallerDevaToolsManager.INSTANCE.updateUpgradeProgress(); //liyz 记得打开
CallerDevaToolsManager.INSTANCE.updateUpgradeProgress();
CallerDevaToolsManager.INSTANCE.updateObuUpgradeStatus();
}