mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 00:59:35 -04:00
Menu button 2 electic boogaloo
This commit is contained in:
parent
c4880416e6
commit
ffd07c2e28
@ -395,6 +395,7 @@ public class MainActivity extends BaseActivity implements ControlButtonMenuListe
|
|||||||
mControlLayout.setModifiable(true);
|
mControlLayout.setModifiable(true);
|
||||||
navDrawer.setAdapter(ingameControlsEditorArrayAdapter);
|
navDrawer.setAdapter(ingameControlsEditorArrayAdapter);
|
||||||
navDrawer.setOnItemClickListener(ingameControlsEditorListener);
|
navDrawer.setOnItemClickListener(ingameControlsEditorListener);
|
||||||
|
mDrawerPullButton.setVisibility(View.VISIBLE);
|
||||||
isInEditor = true;
|
isInEditor = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user