[6.9.0]OTA升级修改
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user