suppress temporary-switch-to-cloudmade even further

This commit is contained in:
sonora 2012-01-31 22:07:31 +01:00
parent 0feec63150
commit 6a7aa3dc22

View file

@ -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;
} }