diff --git a/android/src/com/mapswithme/maps/MwmActivity.java b/android/src/com/mapswithme/maps/MwmActivity.java index e7085f4c9c..c5c5f4cd32 100644 --- a/android/src/com/mapswithme/maps/MwmActivity.java +++ b/android/src/com/mapswithme/maps/MwmActivity.java @@ -1980,6 +1980,9 @@ public class MwmActivity extends BaseMwmFragmentActivity @Override public void onBuiltRoute() { + if (mRoutingPlanInplaceController != null) + mRoutingPlanInplaceController.hideDrivingOptionsView(); + if (!RoutingController.get().isPlanning()) return;