Merge pull request #8288 from allanxp4/master

Fix for Android version crashing when changing rotation on settings screen
This commit is contained in:
JosJuice 2019-08-07 11:54:47 +02:00 committed by GitHub
commit 2d316196c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@
<activity
android:name=".features.settings.ui.SettingsActivity"
android:configChanges="orientation|screenSize"
android:theme="@style/DolphinSettingsBase"
android:label="@string/preferences_settings"/>