Skip to content

Commit

Permalink
fix: set the correct default value for pref
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopsalarm committed Dec 26, 2024
1 parent 5da3184 commit 5ecc0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
android:title="@string/pref_feed_start_at_new_title" />

<SwitchPreferenceCompat
android:defaultValue="false"
android:defaultValue="true"
android:key="pref_feed_hide_junk_in_new"
android:summary="@string/pref_feed_hide_junk_in_new_summary"
android:title="@string/pref_feed_hide_junk_in_new_title" />
Expand Down

0 comments on commit 5ecc0b3

Please sign in to comment.