Fix[java installer]: Vertical mode crashing the installer

This commit is contained in:
Mathias-Boulay 2023-05-14 12:29:13 +02:00
parent 616399906c
commit b55e513012

View File

@ -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"