bring back the notification filter preference (#4225)
It was probably forgotten when we restored the old notifications behavior. closes #4222
This commit is contained in:
parent
750e255029
commit
0b9f61c100
3 changed files with 9 additions and 0 deletions
|
|
@ -212,6 +212,13 @@ class PreferencesFragment : PreferenceFragmentCompat(), Injectable {
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue