Merge branch 'refs/heads/dev_robotaxi-d_240912_6.7.0' into dev_robotaxi-d_240912_6.7.2_local

This commit is contained in:
donghongyu-pc
2024-10-21 19:44:32 +08:00
7 changed files with 27 additions and 19 deletions

View File

@@ -118,7 +118,11 @@ class CarInfoTabView @JvmOverloads constructor(
ToastUtils.showShort("正在下载最新版本,请稍候再试...")
return@setOnClickListener
}
CallerDevaToolsManager.queryAppUpgrade()
CallerDevaToolsManager.queryAppUpgrade { upgradeStatus, errorInfo ->
if (!upgradeStatus && !errorInfo.isNullOrEmpty()) {
ToastUtils.showShort(errorInfo)
}
}
}
tvHDMapVersion.text = tvHDMapVersion.text.toString() + DebugConfig.getMapVersion()