closeDrawer
This commit is contained in:
parent
5580a4fcda
commit
9b7a3431dc
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ public class ImportSettingsFragment extends BaseOsmAndFragment
|
|||
super.onResume();
|
||||
Activity activity = getActivity();
|
||||
if (activity instanceof MapActivity) {
|
||||
((MapActivity) activity).disableDrawer();
|
||||
((MapActivity) activity).closeDrawer();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue