Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/com/mapswithme/maps/routing/RoutingController.java')
-rw-r--r--android/src/com/mapswithme/maps/routing/RoutingController.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/src/com/mapswithme/maps/routing/RoutingController.java b/android/src/com/mapswithme/maps/routing/RoutingController.java
index 4f10e3ad33..233bfa735a 100644
--- a/android/src/com/mapswithme/maps/routing/RoutingController.java
+++ b/android/src/com/mapswithme/maps/routing/RoutingController.java
@@ -570,8 +570,7 @@ public class RoutingController implements TaxiManager.TaxiListener
@Override
public void onClick(DialogInterface dialog, int which)
{
- if (RoutingController.get().getStartPoint() == null)
- setStartFromMyPosition();
+ setStartFromMyPosition();
}
});
}