fix spelling
This commit is contained in:
parent
f9cfc076a7
commit
ea89199a5b
1 changed files with 1 additions and 1 deletions
|
@ -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() ||
|
||||||
|
|
Loading…
Reference in a new issue