mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-12 01:21:09 -07:00
VIU fixes & improvements pt. 4
Add proper support for saving to folder paths Fixed MainActivity switch case ordering causing buttons to swap functionality Added version file for security components Fixed security component paths in Forge installer Switched default profile icon to Pojav logo More logcat exception prints Less unnecessary logcat prints More null checks
This commit is contained in:
parent
3649ef6470
commit
c16423d21a
11 changed files with 22 additions and 25 deletions
|
|
@ -93,9 +93,9 @@ public class MainActivity extends BaseActivity {
|
|||
case 0: mControlLayout.addControlButton(new ControlData("New")); break;
|
||||
case 1: mControlLayout.addDrawer(new ControlDrawerData()); break;
|
||||
//case 2: mControlLayout.addJoystickButton(new ControlData()); break;
|
||||
case 3 : CustomControlsActivity.load(mControlLayout); break;
|
||||
case 4: CustomControlsActivity.save(true,mControlLayout); break;
|
||||
case 5: CustomControlsActivity.dialogSelectDefaultCtrl(mControlLayout); break;
|
||||
case 2 : CustomControlsActivity.load(mControlLayout); break;
|
||||
case 3: CustomControlsActivity.save(true,mControlLayout); break;
|
||||
case 4: CustomControlsActivity.dialogSelectDefaultCtrl(mControlLayout); break;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue