|
|
|
@ -125,6 +125,13 @@ class PreferencesFragment : PreferenceFragmentCompat() { |
|
|
|
|
isSingleLineTitle = false |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
switchPreference { |
|
|
|
|
setDefaultValue(false) |
|
|
|
|
key = PrefKeys.SHOW_CARDS_IN_TIMELINES |
|
|
|
|
setTitle(R.string.pref_title_show_cards_in_timelines) |
|
|
|
|
isSingleLineTitle = false |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
switchPreference { |
|
|
|
|
setDefaultValue(true) |
|
|
|
|
key = PrefKeys.SHOW_NOTIFICATIONS_FILTER |
|
|
|
@ -141,8 +148,8 @@ class PreferencesFragment : PreferenceFragmentCompat() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
switchPreference { |
|
|
|
|
setDefaultValue(false) |
|
|
|
|
key = PrefKeys.SHOW_CARDS_IN_TIMELINES |
|
|
|
|
setDefaultValue(true) |
|
|
|
|
key = PrefKeys.CONFIRM_REBLOGS |
|
|
|
|
setTitle(R.string.pref_title_confirm_reblogs) |
|
|
|
|
isSingleLineTitle = false |
|
|
|
|
} |
|
|
|
|