try l.newRouteIsCalculated(updateRoute, true)
This commit is contained in:
parent
b10919364f
commit
218860946e
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ public class RoutingHelper {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
for (IRouteInformationListener l : listeners) {
|
for (IRouteInformationListener l : listeners) {
|
||||||
l.newRouteIsCalculated(updateRoute, suppressTurnPrompt);
|
l.newRouteIsCalculated(updateRoute, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue