[8.1.0]自车感知红绿灯显示Bug修复
This commit is contained in:
@@ -227,6 +227,9 @@ class TrafficLightView @JvmOverloads constructor(
|
||||
this@TrafficLightView.visibility = View.VISIBLE
|
||||
currentSource = 2
|
||||
}
|
||||
pcvLightProportion.visibility = View.INVISIBLE
|
||||
tvLightRemain.visibility = View.INVISIBLE
|
||||
tvLightSource.visibility = View.VISIBLE
|
||||
when (lightId) {
|
||||
TrafficLightEnum.RED -> {
|
||||
if(user == 0){
|
||||
|
||||
Reference in New Issue
Block a user