We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81132f commit da79350Copy full SHA for da79350
Modules/Sources/FavoritesFeature/FavoritesScreen.swift
@@ -199,7 +199,7 @@ public struct FavoritesScreen: View {
199
forum: favorite.isForum,
200
notify: favorite.notify
201
) { showUnread in
202
- if showUnread && favorite.isForum {
+ if showUnread && !favorite.isForum {
203
store.send(.unreadTapped(id: favorite.topic.id))
204
} else {
205
store.send(
0 commit comments