Show turn info in simulation

This commit is contained in:
vshcherb 2014-03-30 23:23:22 +02:00
parent 5654ad791f
commit 67b4931b40

View file

@ -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);
}
}