Skip to content

Commit b2dea88

Browse files
committed
Fix game activities potentially recreated on some config changes.
1 parent 5d3f06d commit b2dea88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lemuroid-app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
<activity
4343
android:name="com.swordfish.lemuroid.app.shared.game.ExternalGameLauncherActivity"
44-
android:configChanges="orientation|keyboardHidden|screenSize"
44+
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|mnc|colorMode|density|fontScale|fontWeightAdjustment|keyboard|layoutDirection|locale|mcc|navigation|smallestScreenSize|touchscreen|uiMode"
4545
android:exported="true"
4646
android:theme="@style/LemuroidMaterialTheme.Game">
4747
<intent-filter>
@@ -56,7 +56,7 @@
5656

5757
<activity
5858
android:name="com.swordfish.lemuroid.app.mobile.feature.game.GameActivity"
59-
android:configChanges="orientation|keyboardHidden|screenSize"
59+
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|mnc|colorMode|density|fontScale|fontWeightAdjustment|keyboard|layoutDirection|locale|mcc|navigation|smallestScreenSize|touchscreen|uiMode"
6060
android:launchMode="singleInstance"
6161
android:process=":game"
6262
android:theme="@style/LemuroidMaterialTheme.Game" />

0 commit comments

Comments
 (0)