[6.10.0]fixOTA升级失败资源下载进度弹窗未关闭问题

This commit is contained in:
xuxinchao
2025-02-26 11:27:06 +08:00
parent 1dae78d0b0
commit 94f4a977ba

View File

@@ -55,6 +55,7 @@ object OTAUpgradeManager: IMoGoAutopilotStatusListener, IDataCenterBizListener,
this.sendEmptyMessageDelayed(1,30000)
}else{
Log.i(TAG,"20分钟没有收到OTA升级推送置为失败")
CallerHmiManager.showOTADownloadStatusDialog(false, emptyList())
CallerHmiManager.showOTAResultDialog(false)
}
}