Menu button 2 electic boogaloo

This commit is contained in:
artdeell 2023-01-24 21:41:44 +03:00
parent c4880416e6
commit ffd07c2e28

View File

@ -395,6 +395,7 @@ public class MainActivity extends BaseActivity implements ControlButtonMenuListe
mControlLayout.setModifiable(true);
navDrawer.setAdapter(ingameControlsEditorArrayAdapter);
navDrawer.setOnItemClickListener(ingameControlsEditorListener);
mDrawerPullButton.setVisibility(View.VISIBLE);
isInEditor = true;
}