Fix for crash when switching to landscape mode

bugs.dolphin-emu.org/issues/10815

Original commit by allanxp4 for Dolphin-emu.
This commit is contained in:
FearlessTobi 2020-03-28 22:20:27 +01:00 committed by xperia64
parent ab7ad1ab53
commit 32917eeedf

View File

@ -55,6 +55,7 @@
<activity
android:name="org.citra.citra_emu.ui.settings.SettingsActivity"
android:configChanges="orientation|screenSize"
android:theme="@style/CitraSettings"
android:label="@string/preferences_settings"/>