Fix issue 589. Route recalculate stop

This commit is contained in:
Victor Shcherb 2011-08-14 19:43:50 +02:00
parent 5f8a3e8290
commit f312bebd58

View file

@ -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;
}