better suppress wrong turn instructions, but still one small bug remains
This commit is contained in:
parent
42a062ebc8
commit
d4d8aff50e
1 changed files with 3 additions and 3 deletions
|
@ -386,11 +386,11 @@ public class RoutingHelper {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (suppressTurnPrompt == false && calculateRoute == false) {
|
||||
voiceRouter.updateStatus(currentLocation, makeUturnWhenPossible);
|
||||
}
|
||||
}
|
||||
}
|
||||
if (suppressTurnPrompt == false) {
|
||||
voiceRouter.updateStatus(currentLocation, makeUturnWhenPossible);
|
||||
}
|
||||
lastFixedLocation = currentLocation;
|
||||
if(calculateRoute){
|
||||
recalculateRouteInBackground(lastFixedLocation, finalLocation, currentGPXRoute);
|
||||
|
|
Loading…
Reference in a new issue