mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-11 13:45:48 -04:00
Forgot replace to R.layout.control_mapping
This commit is contained in:
parent
4a0505308c
commit
e3b8f49cdd
@ -64,7 +64,7 @@ public class CustomControlsActivity extends AppCompatActivity
|
|||||||
ctrlLayout.loadLayout(mCtrl);
|
ctrlLayout.loadLayout(mCtrl);
|
||||||
ctrlLayout.setCanMove(true);
|
ctrlLayout.setCanMove(true);
|
||||||
|
|
||||||
setContentView(ctrlLayout);
|
setContentView(R.layout.control_mapping);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user