Skip to content

Commit

Permalink
Fix game activities potentially recreated on some config changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Swordfish90 committed Apr 1, 2024
1 parent 5d3f06d commit b2dea88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lemuroid-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

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

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

0 comments on commit b2dea88

Please sign in to comment.