Show turn info in simulation
This commit is contained in:
parent
5654ad791f
commit
67b4931b40
1 changed files with 2 additions and 1 deletions
|
@ -204,7 +204,8 @@ public class RoutingHelper {
|
|||
}
|
||||
|
||||
public void updateLocation(Location currentLocation) {
|
||||
if(isFollowingMode() || (settings.getPointToStart() == null && isRoutePlanningMode)) {
|
||||
if(isFollowingMode() || (settings.getPointToStart() == null && isRoutePlanningMode) ||
|
||||
app.getLocationProvider().getLocationSimulation().isRouteAnimating()) {
|
||||
setCurrentLocation(currentLocation, false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue