mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -04:00
Fix[java installer]: Vertical mode crashing the installer
This commit is contained in:
parent
616399906c
commit
b55e513012
@ -83,7 +83,7 @@
|
|||||||
android:theme="@style/Theme.AppCompat.DayNight.Dialog" />
|
android:theme="@style/Theme.AppCompat.DayNight.Dialog" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".JavaGUILauncherActivity"
|
android:name=".JavaGUILauncherActivity"
|
||||||
android:configChanges="keyboardHidden|orientation|screenSize|keyboard|navigation"
|
android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|keyboard|navigation|uiMode"
|
||||||
android:screenOrientation="sensorLandscape" />
|
android:screenOrientation="sensorLandscape" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".CustomControlsActivity"
|
android:name=".CustomControlsActivity"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user