Test: Announce destination again after motorway tolls
This commit is contained in:
parent
3dca9af958
commit
d151272fae
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue