[6.9.0]OTA升级修改

This commit is contained in:
xuxinchao
2025-01-08 11:35:03 +08:00
parent dc59e75b90
commit a05f71526b
5 changed files with 30 additions and 17 deletions

View File

@@ -483,8 +483,8 @@ object CallerHmiManager {
/**
* 展示OTA升级下载状态弹窗
*/
fun showOTADownloadStatusDialog(list: List<OtaUpgradeInfo>){
hmiProviderApi?.showOTADownloadStatusDialog(list)
fun showOTADownloadStatusDialog(isShow: Boolean,list: List<OtaUpgradeInfo>){
hmiProviderApi?.showOTADownloadStatusDialog(isShow,list)
}