[6.5.0]红绿灯提示窗增加数据不更新消失逻辑

This commit is contained in:
xuxinchao
2024-07-15 16:51:11 +08:00
parent 2624efb9aa
commit 0c5838ead0
2 changed files with 46 additions and 3 deletions

View File

@@ -194,6 +194,8 @@ class TrafficLightDispatcher : IMoGoAutopilotIdentifyListener, IMoGoTrafficLight
hide("倒计时结束隐藏", DataSourceType.TELEMATIC_UNION_V2N)
lightCountDownTimer?.cancel()
lightCountDownTimer = null
hasFusionLightStatus = false
isPrompted = false
}
}