Skip to content

Commit

Permalink
remove duplicate SHOW_NOTIFICATIONS_FILTER option (#4481)
Browse files Browse the repository at this point in the history
The option was removed in #3877,
then forgotten to be added again in
#4015.
#4026 added it again, but took to
long to merge, so we made #4225 as
well and that is how we ended up with the option twice.
  • Loading branch information
connyduck authored May 31, 2024
1 parent f10ad74 commit 16fbbc6
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,6 @@ class PreferencesFragment : PreferenceFragmentCompat() {
isSingleLineTitle = false
}

switchPreference {
setDefaultValue(true)
key = PrefKeys.SHOW_NOTIFICATIONS_FILTER
setTitle(R.string.pref_title_show_notifications_filter)
isSingleLineTitle = false
}

switchPreference {
setDefaultValue(true)
key = PrefKeys.CONFIRM_REBLOGS
Expand Down

0 comments on commit 16fbbc6

Please sign in to comment.