Test: Announce destination again after motorway tolls

This commit is contained in:
sonora 2016-05-14 19:04:05 +02:00
parent 3dca9af958
commit d151272fae

View file

@ -350,6 +350,10 @@ public class VoiceRouter {
notifyOnVoiceMessage();
p.attention(type+"").play();
}
//See Issue 2377: Announce destination again - after some motorway tolls roads split shortly after the toll
if (type == AlarmInfoType.TOLL_BOOTH) {
suppressDest = false;
}
}
}
}