From cf58a67071387f5d9ce233526622d13f902f32c7 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Wed, 15 Feb 2023 17:11:08 +0800 Subject: [PATCH] [2.13.0-arch-opt] fix bug of steering brake view --- .../mogo/eagle/core/function/hmi/ui/vehicle/SteeringBrakeView.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/SteeringBrakeView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/SteeringBrakeView.kt index 00021183f3..a0494eb6c6 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/SteeringBrakeView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/SteeringBrakeView.kt @@ -81,6 +81,7 @@ class SteeringBrakeView(context: Context, attrs: AttributeSet?) : ConstraintLayo brakeView.visibility = View.GONE isShowTurnLight = false } + turnLightView.visibility = View.VISIBLE } }