2.13.0 fixed conflict
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user