From f312bebd589168448e9db0a3314975a92fe23327 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Sun, 14 Aug 2011 19:43:50 +0200 Subject: [PATCH] Fix issue 589. Route recalculate stop --- OsmAnd/src/net/osmand/plus/activities/RoutingHelper.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OsmAnd/src/net/osmand/plus/activities/RoutingHelper.java b/OsmAnd/src/net/osmand/plus/activities/RoutingHelper.java index 6f5cd27c10..9d70a5059f 100644 --- a/OsmAnd/src/net/osmand/plus/activities/RoutingHelper.java +++ b/OsmAnd/src/net/osmand/plus/activities/RoutingHelper.java @@ -113,6 +113,8 @@ public class RoutingHelper { this.finalLocation = newFinalLocation; if(newFinalLocation == null){ settings.FOLLOW_TO_THE_ROUTE.set(false); + // clear last fixed location + this.lastFixedLocation = null; this.isFollowingMode = false; }