Tweak timeline filter defaults
This commit is contained in:
parent
db77d7ee53
commit
e4c1637187
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ class PreferencesFragment : PreferenceFragmentCompat(), Injectable {
|
|||
}
|
||||
|
||||
switchPreference {
|
||||
setDefaultValue(true)
|
||||
setDefaultValue(false)
|
||||
key = PrefKeys.SHOW_NOTIFICATIONS_FILTER
|
||||
setTitle(R.string.pref_title_show_notifications_filter)
|
||||
isSingleLineTitle = false
|
||||
|
|
|
@ -39,7 +39,7 @@ class TabFilterPreferencesFragment : PreferenceFragmentCompat() {
|
|||
checkBoxPreference {
|
||||
setTitle(R.string.pref_title_show_replies)
|
||||
key = PrefKeys.TAB_FILTER_HOME_REPLIES
|
||||
setDefaultValue(false)
|
||||
setDefaultValue(true)
|
||||
isIconSpaceReserved = false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue