Make feature off route global
This commit is contained in:
parent
2e864b3098
commit
b917ff286e
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ public class RoutingHelper {
|
||||||
log.info("Recalculate route, because correlation : " + dist); //$NON-NLS-1$
|
log.info("Recalculate route, because correlation : " + dist); //$NON-NLS-1$
|
||||||
calculateRoute = true;
|
calculateRoute = true;
|
||||||
}
|
}
|
||||||
if(dist > 350 && currentGPXRoute != null) {
|
if(dist > 350) {
|
||||||
voiceRouter.announceOffRoute(dist);
|
voiceRouter.announceOffRoute(dist);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue