fix build
This commit is contained in:
parent
e9db2bf0d6
commit
c33a003dc7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue