fix build

This commit is contained in:
sonora 2012-01-30 22:59:40 +01:00
parent e9db2bf0d6
commit c33a003dc7

View file

@ -463,7 +463,7 @@ public class RoutingHelper {
double distance = MapUtils.getDistance(end, start.getLatitude(), start.getLongitude());
if (distance > DISTANCE_TO_USE_OSMAND_ROUTER) {
// display 'temporarily switched to CloudMade' message only once per error wait period
if (evalWaitInterval = 3000) {
if (evalWaitInterval == 3000) {
showMessage(context.getString(R.string.osmand_routing_experimental), Toast.LENGTH_LONG);
}
serviceToUse = RouteService.CLOUDMADE;