[6.4.0][启自驾指引] 适配油门/刹车值展示;添加异常状态埋点

This commit is contained in:
renwj
2024-04-22 17:18:27 +08:00
parent f54d167d8e
commit c3a94b2db0
11 changed files with 138 additions and 44 deletions

View File

@@ -65,6 +65,9 @@ class StatusBarView @JvmOverloads constructor(
CallerDevaToolsManager.registerRouteDownloadListener(TAG) { state ->
routeDownloadStatusRoot?.visibility = View.VISIBLE
when(state) {
0 -> {
routeDownloadStatusRoot?.visibility = View.GONE
}
1 -> {
routeDownloadStatus?.background = ContextCompat.getDrawable(context, R.drawable.bg_autopilot_route_download_start)
routeDownloadFailMark?.visibility = View.GONE