Skip to content

Commit

Permalink
Merge pull request #20867 from wordpress-mobile/fix/tags-ia-filter-in…
Browse files Browse the repository at this point in the history
…-filterable-feeds

[Reader] Show filters in A8C and P2 feeds
  • Loading branch information
Thomas Horta authored May 23, 2024
2 parents 5600b47 + 6c51762 commit 9213b67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ class ReaderViewModel @Inject constructor(
}

private fun shouldShowBlogsFilter(readerTag: ReaderTag): Boolean {
return readerTag.isFilterable && readerTag.isFollowedSites
return readerTag.isFilterable && !readerTag.isTags
}

private fun shouldShowTagsFilter(readerTag: ReaderTag): Boolean {
Expand Down

0 comments on commit 9213b67

Please sign in to comment.