[2.13.0-arch-opt] fix bug of steering brake view

This commit is contained in:
zhongchao
2023-02-15 17:11:08 +08:00
parent a7ab13c4c1
commit cf58a67071

View File

@@ -81,6 +81,7 @@ class SteeringBrakeView(context: Context, attrs: AttributeSet?) : ConstraintLayo
brakeView.visibility = View.GONE
isShowTurnLight = false
}
turnLightView.visibility = View.VISIBLE
}
}