Fix issue 1791
This commit is contained in:
parent
7760e3e201
commit
3105d523e4
1 changed files with 1 additions and 0 deletions
|
@ -472,6 +472,7 @@ public class MapActivity extends AccessibleActivity {
|
||||||
|
|
||||||
|
|
||||||
public void followRoute(ApplicationMode appMode, LatLon finalLocation, List<LatLon> intermediatePoints, net.osmand.Location currentLocation, GPXRouteParams gpxRoute){
|
public void followRoute(ApplicationMode appMode, LatLon finalLocation, List<LatLon> intermediatePoints, net.osmand.Location currentLocation, GPXRouteParams gpxRoute){
|
||||||
|
getMapViewTrackingUtilities().backToLocationImpl();
|
||||||
RoutingHelper routingHelper = app.getRoutingHelper();
|
RoutingHelper routingHelper = app.getRoutingHelper();
|
||||||
settings.APPLICATION_MODE.set(appMode);
|
settings.APPLICATION_MODE.set(appMode);
|
||||||
settings.FOLLOW_THE_ROUTE.set(true);
|
settings.FOLLOW_THE_ROUTE.set(true);
|
||||||
|
|
Loading…
Reference in a new issue