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:
@@ -99,7 +99,7 @@ class VipCarManager : IMogoOnMessageListener<VipMessage>, IMoGoTrafficLightListe
|
||||
if (!vip) {
|
||||
return
|
||||
}
|
||||
if (enter) {
|
||||
if (!enter) {
|
||||
Logger.d(TAG, "驶入路口,返回 , then resetConditions")
|
||||
resetConditions()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user