diff --git a/android/src/com/mapswithme/maps/routing/RoutingBottomMenuController.java b/android/src/com/mapswithme/maps/routing/RoutingBottomMenuController.java index 08ffdc41b1..9cc3418709 100644 --- a/android/src/com/mapswithme/maps/routing/RoutingBottomMenuController.java +++ b/android/src/com/mapswithme/maps/routing/RoutingBottomMenuController.java @@ -272,7 +272,7 @@ final class RoutingBottomMenuController implements View.OnClickListener private void showError(@NonNull String message) { - UiUtils.hide(mTaxiFrame, mAltitudeChartFrame); + UiUtils.hide(mTaxiFrame, mAltitudeChartFrame, mActionFrame); mError.setText(message); mError.setVisibility(View.VISIBLE); showStartButton(false);