mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-30 13:58:03 +03:00
Fix for crash when switching to landscape mode
https://bugs.dolphin-emu.org/issues/10815
This commit is contained in:
parent
7f6abfb0bf
commit
7029ebd97b
1 changed files with 1 additions and 0 deletions
|
@ -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"/>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue