[2.13.0-arch-opt] fix bug of mapview angle

This commit is contained in:
zhongchao
2023-02-16 21:11:33 +08:00
parent 0e000cf2d1
commit cc76f73467

View File

@@ -99,7 +99,7 @@ class MapBizView(context: Context?, attrs: AttributeSet?) : MogoMapView(context,
showTurn(1)
}
Chassis.LightSwitch.LIGHT_RIGHT_VALUE -> { //右转灯
CallerVisualAngleManager.showTurning(false)
CallerVisualAngleManager.showTurning(true)
showTurn(2)
}