Fix account crash on Android 7, fixes #1956
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user