Fix: minecraft restart upon theme switch

This commit is contained in:
Mathias-Boulay 2023-01-10 01:19:17 +01:00
parent fced17c8b6
commit 8e99e183fe

View File

@ -91,7 +91,7 @@
android:launchMode="standard" android:launchMode="standard"
android:screenOrientation="sensorLandscape" android:screenOrientation="sensorLandscape"
android:name=".MainActivity" android:name=".MainActivity"
android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|keyboard|navigation"/> android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|keyboard|navigation|uiMode"/>
<provider <provider
android:name=".scoped.FolderProvider" android:name=".scoped.FolderProvider"