Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-09-06 15:40:33 +02:00
commit 7c94818dfc

View file

@ -498,8 +498,8 @@ public class MapControlsLayer extends OsmandMapLayer {
routingHelper.setFollowingMode(true);
routingHelper.setRoutePlanningMode(false);
mapActivity.getMapViewTrackingUtilities().switchToRoutePlanningMode();
routingHelper.setCurrentLocation(app.getLocationProvider().getLastKnownLocation(), false);
app.getRoutingHelper().notifyIfRouteIsCalculated();
routingHelper.setCurrentLocation(app.getLocationProvider().getLastKnownLocation(), false);
}
}
}