[android] Added guides mode disabling

This commit is contained in:
Dmitry Donskoy 2020-06-10 12:51:32 +03:00 committed by Vladimir Byko-Ianko
parent 1483277835
commit 528c0cb866

View file

@ -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();