[6.4.0][启自驾指引] 下载状态优化

This commit is contained in:
renwj
2024-04-30 10:54:48 +08:00
parent eef2826b42
commit 0de3dc731d

View File

@@ -63,7 +63,6 @@ class StatusBarView @JvmOverloads constructor(
updateStatusBarLeftView(true, FUNC_MODE_DEMO, DemoModeView(this.context))
updateStatusBarLeftView(true, FUNC_MODE_RAIN, RainModeView(this.context))
CallerDevaToolsManager.registerRouteDownloadListener(TAG) { state ->
routeDownloadStatusRoot?.visibility = View.VISIBLE
when(state) {
0 -> {
routeDownloadStatusRoot?.visibility = View.GONE