Tell UI about backend pref default change to hopefully fix #358

pull/420/head
Adam Novak 3 years ago
parent 597fe43c7d
commit bc6c472308

@ -10,12 +10,12 @@
app:allowDividerAbove="false"
app:iconSpaceReserved="false">
<org.mozilla.fenix.settings.RadioButtonPreference
android:defaultValue="true"
android:defaultValue="false"
android:key="@string/pref_key_tab_view_list"
android:title="@string/tab_view_list" />
<org.mozilla.fenix.settings.RadioButtonPreference
android:defaultValue="false"
android:defaultValue="true"
android:key="@string/pref_key_tab_view_grid"
android:title="@string/tab_view_grid" />
</androidx.preference.PreferenceCategory>

Loading…
Cancel
Save