[fenix] For https://github.com/mozilla-mobile/fenix/issues/16393: Don't show divider above general category when not signed in

pull/600/head
mcarare 4 years ago committed by Mihai Adrian Carare
parent d7d87963ec
commit 34413d3dc8

@ -11,7 +11,8 @@
android:key="@string/pref_key_sign_in"
android:layout="@layout/sign_in_preference"
android:summary="@string/preferences_sign_in_description"
android:title="@string/preferences_sync" />
android:title="@string/preferences_sync"
app:allowDividerBelow="false"/>
<androidx.preference.PreferenceCategory
android:key="@string/pref_key_account_category"

Loading…
Cancel
Save