summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorAllan <allanxp4@gmail.com>2019-08-04 01:05:44 -0300
committerAllan <allanxp4@gmail.com>2019-08-04 13:47:19 -0300
commit7029ebd97b1966c19dc191f6a7fc23f53965a245 (patch)
treea60b86621ee517bacd2022df6d4ba48acd621b65 /Source
parent7f6abfb0bf55612e1c2bde0ef633bd669e08e3ba (diff)
Fix for crash when switching to landscape mode
https://bugs.dolphin-emu.org/issues/10815
Diffstat (limited to 'Source')
-rw-r--r--Source/Android/app/src/main/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml
index 4d61a49815..623343a352 100644
--- a/Source/Android/app/src/main/AndroidManifest.xml
+++ b/Source/Android/app/src/main/AndroidManifest.xml
@@ -60,6 +60,7 @@
<activity
android:name=".features.settings.ui.SettingsActivity"
+ android:configChanges="orientation|screenSize"
android:theme="@style/DolphinSettingsBase"
android:label="@string/preferences_settings"/>