Issue #21437: Fix default of start_on_home setting in UI

upstream-sync
Christian Sadilek 3 years ago
parent d0bb77fc2b
commit 4cd67eaef5

@ -38,7 +38,7 @@
app:iconSpaceReserved="false">
<org.mozilla.fenix.settings.RadioButtonPreference
android:defaultValue="true"
android:defaultValue="false"
android:key="@string/pref_key_start_on_home_always"
android:title="@string/opening_screen_homepage" />
@ -48,7 +48,7 @@
android:title="@string/opening_screen_last_tab" />
<org.mozilla.fenix.settings.RadioButtonPreference
android:defaultValue="false"
android:defaultValue="true"
android:key="@string/pref_key_start_on_home_after_four_hours"
android:title="@string/opening_screen_after_four_hours_of_inactivity" />

Loading…
Cancel
Save