fix spelling

This commit is contained in:
sonora 2016-01-13 16:06:20 +01:00
parent f9cfc076a7
commit ea89199a5b

View file

@ -229,7 +229,7 @@ public class TargetPointsHelper {
public void updateRouteAndReferesh(boolean updateRoute) { public void updateRouteAndReferesh(boolean updateRoute) {
//Fix for Issue 2136(b-d) (i.e. after Destination has been deleted) //Fix for Issue 2136(b-d) (i.e. after Destination has been deleted)
if (pointToNavigate == null) { if (pointToNavigate == null) {
mapActivity.getMapActions().stopNavigationWithoutConfirm(); MapActivity.getMapActions().stopNavigationWithoutConfirm();
} }
if(updateRoute && ( routingHelper.isRouteBeingCalculated() || routingHelper.isRouteCalculated() || if(updateRoute && ( routingHelper.isRouteBeingCalculated() || routingHelper.isRouteCalculated() ||