[8.2.0]OTA吐司提示修改

This commit is contained in:
xuxinchao
2025-08-13 17:24:19 +08:00
parent 06c36d0635
commit 1e26860b59

View File

@@ -397,7 +397,8 @@ object OTAUpgradeManager: IMoGoAutopilotStatusListener, IDataCenterBizListener,
if(upgradeComplete){
OTAUpgradeConfig.otaToken = ""
if(OTAUpgradeConfig.isQuery){
ToastUtils.showLong("暂无待升级任务!")
// ToastUtils.showLong("暂无待升级任务!")
shouldToast = true
OTAUpgradeConfig.isQuery = false
}else{
CallerHmiManager.showOTADownloadStatusDialog(false,otaUpgradeList)