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

@@ -305,4 +305,9 @@ interface IMoGoWaringProvider : IMoGoHmiViewProxy {
* 设置乘客端消息盒子是否展示
*/
fun updatePassengerMsgBoxTipView(show: Boolean)
/**
* 更新(添加/删除)下载进度
*/
fun updateStatusBarDownloadView(insert: Boolean, tag: String, progress: Int)
}