For #16393: Don't show divider above general category when not signed in

upstream-sync
mcarare 3 years ago committed by Mihai Adrian Carare
parent 4657afc4ba
commit e110bb322f

@ -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