diff --git a/android/src/com/mapswithme/maps/routing/RoutingController.java b/android/src/com/mapswithme/maps/routing/RoutingController.java index e23f7e512a..2263184355 100644 --- a/android/src/com/mapswithme/maps/routing/RoutingController.java +++ b/android/src/com/mapswithme/maps/routing/RoutingController.java @@ -500,6 +500,9 @@ public class RoutingController implements TaxiManager.TaxiListener { mLogger.d(TAG, "start"); + // This saving is needed just for situation when the user starts navigation + // and then app crashes. So, the previous route will be restored on the next app launch. + saveRoute(); MapObject my = LocationHelper.INSTANCE.getMyPosition();