Skip to content

Commit

Permalink
Avoid crashes on foldable screens
Browse files Browse the repository at this point in the history
  • Loading branch information
DaVinci9196 committed Nov 22, 2024
1 parent 30dbdf5 commit 4c0eae3
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 92 deletions.
7 changes: 4 additions & 3 deletions play-services-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,11 @@
<activity
android:name="org.microg.gms.games.ui.InGameUiActivity"
android:process=":ui"
android:configChanges="keyboardHidden|keyboard|orientation|screenSize"
android:excludeFromRecents="true"
android:configChanges="keyboardHidden|keyboard|orientation|screenSize|smallestScreenSize|layoutDirection"
android:excludeFromRecents="false"
android:exported="true"
android:theme="@style/Theme.AppCompat.DayNight.Dialog">
android:launchMode="singleTask"
android:theme="@style/Theme.AppCompat.Dialog.Alert">
<intent-filter>
<action android:name="com.google.android.gms.games.SHOW_SELECT_SNAPSHOT"/>
<action android:name="com.google.android.gms.games.VIEW_ACHIEVEMENTS" />
Expand Down
Loading

0 comments on commit 4c0eae3

Please sign in to comment.