forked from dolphin-emu/dolphin
Merge pull request #8288 from allanxp4/master
Fix for Android version crashing when changing rotation on settings screen
This commit is contained in:
@@ -60,6 +60,7 @@
|
|||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".features.settings.ui.SettingsActivity"
|
android:name=".features.settings.ui.SettingsActivity"
|
||||||
|
android:configChanges="orientation|screenSize"
|
||||||
android:theme="@style/DolphinSettingsBase"
|
android:theme="@style/DolphinSettingsBase"
|
||||||
android:label="@string/preferences_settings"/>
|
android:label="@string/preferences_settings"/>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user