fix routing
This commit is contained in:
parent
93870de64e
commit
0ada3551ce
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ public class RoutingHelper {
|
|||
if(isFollowingMode) {
|
||||
voiceRouter.arrivedDestinationPoint(description);
|
||||
}
|
||||
if (OsmandPlugin.onDestinationReached()) {
|
||||
if (!OsmandPlugin.onDestinationReached()) {
|
||||
clearCurrentRoute(null, null);
|
||||
setRoutePlanningMode(false);
|
||||
app.runInUIThread(new Runnable() {
|
||||
|
|
Loading…
Reference in a new issue