[6.4.0][启自驾指引] 适配油门/刹车值展示;添加异常状态埋点
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user