fix bug of vip tip, changed the logic of enter cross road change to exit cross road to avoid showWarning

This commit is contained in:
zhongchao
2021-12-22 19:30:18 +08:00
parent 59270d70c7
commit 15d8fc71cb

View File

@@ -99,7 +99,7 @@ class VipCarManager : IMogoOnMessageListener<VipMessage>, IMoGoTrafficLightListe
if (!vip) {
return
}
if (enter) {
if (!enter) {
Logger.d(TAG, "驶入路口,返回 , then resetConditions")
resetConditions()
return