Fix issue 589. Route recalculate stop
This commit is contained in:
parent
5f8a3e8290
commit
f312bebd58
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue