[dev_arch_opt_3.0]

[Change]
[
1、解决红绿灯倒计时文字显示异常
]

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2023-02-01 20:20:49 +08:00
parent 6bfef5fa43
commit 72bbf6b464

View File

@@ -65,6 +65,7 @@ class SweeperTrafficLightView @JvmOverloads constructor(
UiThreadHandler.post {
mCurrentLightId = TrafficLightEnum.BLACK
sweeper_traffic_light_iv.setBackgroundResource(R.drawable.sweeper_light_gay_nor)
sweeper_traffic_light_time_tv.text = ""
this@SweeperTrafficLightView.visibility = VISIBLE
}
}