Skip to content

Commit

Permalink
Remove "Show only unread articles" from settings page
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Nilsson <[email protected]>
  • Loading branch information
mkanilsson committed Sep 11, 2023
1 parent 0b55b9a commit c70b428
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ private void bindGeneralPreferences(DialogPreference.TargetFragment prefFrag)
*/
//bindPreferenceBooleanToValue(prefFrag.findPreference(CB_ALLOWALLSSLCERTIFICATES_STRING));
bindPreferenceBooleanToValue(prefFrag.findPreference(CB_SYNCONSTARTUP_STRING));
bindPreferenceBooleanToValue(prefFrag.findPreference(CB_SHOWONLYUNREAD_STRING));
bindPreferenceBooleanToValue(prefFrag.findPreference(CB_NAVIGATE_WITH_VOLUME_BUTTONS_STRING));
bindPreferenceBooleanToValue(prefFrag.findPreference(CB_MARK_AS_READ_WHILE_SCROLLING_STRING));
bindPreferenceBooleanToValue(prefFrag.findPreference(CB_SHOW_FAST_ACTIONS));
Expand Down
5 changes: 0 additions & 5 deletions News-Android-App/src/main/res/xml/pref_general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@
app:iconSpaceReserved="false"
android:defaultValue="true"/>

<SwitchPreference
android:key="cb_ShowOnlyUnread"
android:title="@string/pref_title_ShowOnlyUnread"
app:iconSpaceReserved="false"/>

<SwitchPreference
android:key="cb_NavigateWithVolumeButtons"
android:title="@string/pref_title_NavigateWithVolumeButtons"
Expand Down

0 comments on commit c70b428

Please sign in to comment.