mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #8288 from allanxp4/master
Fix for Android version crashing when changing rotation on settings screen
This commit is contained in:
commit
2d316196c9
@ -60,6 +60,7 @@
|
||||
|
||||
<activity
|
||||
android:name=".features.settings.ui.SettingsActivity"
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:theme="@style/DolphinSettingsBase"
|
||||
android:label="@string/preferences_settings"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user