remove duplicate SHOW_NOTIFICATIONS_FILTER option (#4481)

The option was removed in https://github.com/tuskyapp/Tusky/pull/3877,
then forgotten to be added again in
https://github.com/tuskyapp/Tusky/pull/4015.
https://github.com/tuskyapp/Tusky/pull/4026 added it again, but took to
long to merge, so we made https://github.com/tuskyapp/Tusky/pull/4225 as
well and that is how we ended up with the option twice.
This commit is contained in:
Konrad Pozniak 2024-05-31 13:44:25 +02:00 committed by GitHub
parent f10ad7482c
commit 16fbbc6bf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -220,13 +220,6 @@ class PreferencesFragment : PreferenceFragmentCompat() {
isSingleLineTitle = false isSingleLineTitle = false
} }
switchPreference {
setDefaultValue(true)
key = PrefKeys.SHOW_NOTIFICATIONS_FILTER
setTitle(R.string.pref_title_show_notifications_filter)
isSingleLineTitle = false
}
switchPreference { switchPreference {
setDefaultValue(true) setDefaultValue(true)
key = PrefKeys.CONFIRM_REBLOGS key = PrefKeys.CONFIRM_REBLOGS