mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-08-01 14:19:12 -06:00
Fix[java installer]: Vertical mode crashing the installer
This commit is contained in:
parent
616399906c
commit
b55e513012
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
|||
android:theme="@style/Theme.AppCompat.DayNight.Dialog" />
|
||||
<activity
|
||||
android:name=".JavaGUILauncherActivity"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize|keyboard|navigation"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|keyboard|navigation|uiMode"
|
||||
android:screenOrientation="sensorLandscape" />
|
||||
<activity
|
||||
android:name=".CustomControlsActivity"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue