forked from organicmaps/organicmaps
[android] Added guides mode disabling
This commit is contained in:
parent
1483277835
commit
528c0cb866
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue