Try calling with previousRoute=null and check impact on Issue 2515
This commit is contained in:
parent
39520c09aa
commit
97a5c1f63b
1 changed files with 3 additions and 1 deletions
|
@ -783,7 +783,9 @@ public class RoutingHelper {
|
||||||
// lastFixedLocation.setLatitude(settings.getPointToStart().getLatitude());
|
// lastFixedLocation.setLatitude(settings.getPointToStart().getLatitude());
|
||||||
// lastFixedLocation.setLongitude(settings.getPointToStart().getLongitude());
|
// lastFixedLocation.setLongitude(settings.getPointToStart().getLongitude());
|
||||||
//}
|
//}
|
||||||
recalculateRouteInBackground(true, lastFixedLocation, finalLocation, intermediatePoints, currentGPXRoute, route, true, false);
|
//Try calling with previousRoute=null and check impact on Issue 2515
|
||||||
|
//recalculateRouteInBackground(true, lastFixedLocation, finalLocation, intermediatePoints, currentGPXRoute, route, true, false);
|
||||||
|
recalculateRouteInBackground(true, lastFixedLocation, finalLocation, intermediatePoints, currentGPXRoute, null, true, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void recalculateRouteInBackground(boolean force, final Location start, final LatLon end, final List<LatLon> intermediates,
|
private void recalculateRouteInBackground(boolean force, final Location start, final LatLon end, final List<LatLon> intermediates,
|
||||||
|
|
Loading…
Reference in a new issue