[6.3.0][小智] 小智形象状态通知入口遗漏

This commit is contained in:
renwj
2024-03-25 14:32:01 +08:00
parent 66fafbc6ad
commit 653c24e0b1

View File

@@ -147,6 +147,7 @@ internal object V2NIdentifyDrawer {
object : IMoGoWarningStatusListener {
override fun onShow() {
super.onShow()
runCatching { CallerHmiManager.notifyXiaoZhiStatusChanged(V2N(EventTypeEnumNew.valueOf(poiType)), State.START) }
CallerVisualAngleManager.changeAngle(
RoadEvent(
itx.longitude,
@@ -158,6 +159,7 @@ internal object V2NIdentifyDrawer {
override fun onDismiss() {
super.onDismiss()
runCatching { CallerHmiManager.notifyXiaoZhiStatusChanged(V2N(EventTypeEnumNew.valueOf(poiType)), State.STOP) }
CallerVisualAngleManager.changeAngle(Default())
}
},