reverse 2 statements to see if this fixes issue with duplicate close turn prompts upon new route calulated
This commit is contained in:
parent
3d7f6ed8d4
commit
cc45b56bde
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue