diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/topbars/FeedFilterSpinner.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/topbars/FeedFilterSpinner.kt index be00e4845..4fe59d6de 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/topbars/FeedFilterSpinner.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/topbars/FeedFilterSpinner.kt @@ -328,6 +328,7 @@ private enum class FeedGroup( HASHTAGS(R.string.feed_group_hashtags), COMMUNITIES(R.string.feed_group_communities), LISTS(R.string.feed_group_lists), + RELAYS(R.string.feed_group_relays), } private fun groupFeedDefinitions(options: ImmutableList): Map> { @@ -337,6 +338,7 @@ private fun groupFeedDefinitions(options: ImmutableList): Map FeedGroup.HASHTAGS is CommunityName -> FeedGroup.COMMUNITIES is PeopleListName -> FeedGroup.LISTS + is RelayName -> FeedGroup.RELAYS else -> FeedGroup.FEEDS } } diff --git a/amethyst/src/main/res/values/strings.xml b/amethyst/src/main/res/values/strings.xml index 216f20f77..04bfc148b 100644 --- a/amethyst/src/main/res/values/strings.xml +++ b/amethyst/src/main/res/values/strings.xml @@ -1568,6 +1568,7 @@ Hashtags Communities Lists + Relays Log off on device lock Private Message