diff --git a/android/src/com/mapswithme/maps/MwmActivity.java b/android/src/com/mapswithme/maps/MwmActivity.java index a447f1a104..be6165cdf9 100644 --- a/android/src/com/mapswithme/maps/MwmActivity.java +++ b/android/src/com/mapswithme/maps/MwmActivity.java @@ -1495,6 +1495,7 @@ public class MwmActivity extends BaseMwmFragmentActivity private void onGuidesFatalError() { + Mode.GUIDES.setEnabled(getApplicationContext(), false); mToggleMapLayerController.turnOff(); RecyclerView bottomSheetRecycler = findViewById(R.id.layers_recycler); Objects.requireNonNull(bottomSheetRecycler.getAdapter()).notifyDataSetChanged();