Skip to content

Commit da79350

Browse files
committed
Forgot not in condition
1 parent d81132f commit da79350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/FavoritesFeature/FavoritesScreen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public struct FavoritesScreen: View {
199199
forum: favorite.isForum,
200200
notify: favorite.notify
201201
) { showUnread in
202-
if showUnread && favorite.isForum {
202+
if showUnread && !favorite.isForum {
203203
store.send(.unreadTapped(id: favorite.topic.id))
204204
} else {
205205
store.send(

0 commit comments

Comments
 (0)