Merge branch 'dev_arch_opt_3.0' into 'dev_robobus-m1-p-app-module_1.0.0_230112_1.0.0'

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

See merge request zhjt/AndroidApp/MoGoEagleEye!539
This commit is contained in:
wangmingjun
2023-02-16 13:20:45 +00:00

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)
}