[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

@@ -33,6 +33,11 @@ interface IViewControlListener {
*/
fun updateStatusBarLeftView(insert: Boolean, tag: String, viewGroup: ViewGroup){}
/**
* 是否展示系统启动状态视图
*/
fun updateConnectionProgressView(visible: Boolean){}
/**
* 更新(添加/删除)下载进度
*/