SettingsConstants: fix home tab filters (#1906)
Showing repeats was swapped with showing replies.
This commit is contained in:
parent
d8d4b947ed
commit
a010687709
1 changed files with 2 additions and 2 deletions
|
@ -54,6 +54,6 @@ object PrefKeys {
|
||||||
const val NOTIFICATION_FILTER_FOLLOW_REQUESTS = "notificationFilterFollowRequests"
|
const val NOTIFICATION_FILTER_FOLLOW_REQUESTS = "notificationFilterFollowRequests"
|
||||||
const val NOTIFICATIONS_FILTER_FOLLOWS = "notificationFilterFollows"
|
const val NOTIFICATIONS_FILTER_FOLLOWS = "notificationFilterFollows"
|
||||||
|
|
||||||
const val TAB_FILTER_HOME_REPLIES = "tabFilterHomeBoosts"
|
const val TAB_FILTER_HOME_REPLIES = "tabFilterHomeReplies"
|
||||||
const val TAB_FILTER_HOME_BOOSTS = "tabFilterHomeReplies"
|
const val TAB_FILTER_HOME_BOOSTS = "tabFilterHomeBoosts"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue