diff --git a/android/src/com/mapswithme/maps/MwmActivity.java b/android/src/com/mapswithme/maps/MwmActivity.java index d006b505a3..0408e76559 100644 --- a/android/src/com/mapswithme/maps/MwmActivity.java +++ b/android/src/com/mapswithme/maps/MwmActivity.java @@ -293,6 +293,7 @@ public class MwmActivity extends BaseMwmFragmentActivity @Override public void onClick(DialogInterface dialog, int which) { + RoutingController.get().cancel(); ActiveCountryTree.migrate(); showDownloader(false); }