Fix account crash on Android 7, fixes #1956

This commit is contained in:
Dominik Schürmann
2016-11-30 18:41:11 +01:00
parent b02f50dd22
commit 7d7a184f79
2 changed files with 4 additions and 5 deletions

View File

@@ -1,10 +1,9 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory android:title="@string/account_privacy_title" />
<Preference
<PreferenceScreen
android:persistent="false"
android:selectable="false"
android:summary="@string/account_privacy_text" />
android:summary="@string/account_privacy_text"
android:title="@string/account_privacy_title" />
</PreferenceScreen>