back out prior fix for 2571. While it worked well for lane splits with no action, it suppressed announcing some road splits.
This commit is contained in:
parent
c77c79a8d4
commit
00cb19cd9e
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ public class RouteResultPreparation {
|
||||||
rs.keepRight = true;
|
rs.keepRight = true;
|
||||||
rs.leftLanes += lanes;
|
rs.leftLanes += lanes;
|
||||||
}
|
}
|
||||||
rs.speak = rs.speak || (rsSpeakPriority <= speakPriority && speakPriority > 0);
|
rs.speak = rs.speak || (rsSpeakPriority <= speakPriority);
|
||||||
} else {
|
} else {
|
||||||
if (attachedOnTheRight) {
|
if (attachedOnTheRight) {
|
||||||
rs.addRoadsOnRight++;
|
rs.addRoadsOnRight++;
|
||||||
|
|
Loading…
Reference in a new issue