suppress temporary-switch-to-cloudmade even further
This commit is contained in:
parent
0feec63150
commit
6a7aa3dc22
1 changed files with 1 additions and 0 deletions
|
@ -465,6 +465,7 @@ public class RoutingHelper {
|
||||||
// display 'temporarily switched to CloudMade' message only once per error wait period and not for GPX routes
|
// display 'temporarily switched to CloudMade' message only once per error wait period and not for GPX routes
|
||||||
if (evalWaitInterval == 3000 && settings.FOLLOW_THE_GPX_ROUTE.get() == null) {
|
if (evalWaitInterval == 3000 && settings.FOLLOW_THE_GPX_ROUTE.get() == null) {
|
||||||
showMessage(context.getString(R.string.osmand_routing_experimental), Toast.LENGTH_LONG);
|
showMessage(context.getString(R.string.osmand_routing_experimental), Toast.LENGTH_LONG);
|
||||||
|
evalWaitInterval = 3001;
|
||||||
}
|
}
|
||||||
serviceToUse = RouteService.CLOUDMADE;
|
serviceToUse = RouteService.CLOUDMADE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue