2.13.0 fixed conflict

This commit is contained in:
lixiaopeng
2022-12-04 20:04:07 +08:00
parent 3fc46fbcfc
commit 8a01b1f71d
10 changed files with 50 additions and 37 deletions

View File

@@ -488,4 +488,12 @@ object CallerHmiManager : CallerBase() {
fun updatePassengerMsgBoxTipView(show: Boolean = false){
waringProviderApi?.updatePassengerMsgBoxTipView(show)
}
/**
* 更新(添加/删除)状态栏右侧元素
*/
fun updateStatusBarDownloadView(insert: Boolean, tag: String, progress: Int) {
waringProviderApi?.updateStatusBarDownloadView(insert, tag, progress)
}
}