[6.4.4]运营面板增加冷启动进度视图是否展示控制开关

This commit is contained in:
xuxinchao
2024-06-06 18:32:49 +08:00
parent 5d551ca83a
commit ea7baa99a3
6 changed files with 100 additions and 36 deletions

View File

@@ -53,4 +53,11 @@ object CallerHmiViewControlListenerManager : CallerBase<IViewControlListener>()
M_LISTENERS[tag]?.updateStatusBarDownloadView(insert, tag, progress)
}
fun updateConnectionProgressView(visible: Boolean){
M_LISTENERS.forEach {
val listener = it.value
listener.updateConnectionProgressView(visible)
}
}
}