Skip to content

Commit 1b95378

Browse files
committed
Fix the failing unit-test
1 parent 7cebce4 commit 1b95378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ open class ChatChannelListViewModel: ObservableObject, ChatChannelListController
5252
queuedChannelsChanges = []
5353
} else {
5454
markDirty = false
55-
checkForDeeplinks()
5655
}
5756
}
5857
}
@@ -270,6 +269,7 @@ open class ChatChannelListViewModel: ObservableObject, ChatChannelListController
270269
} else {
271270
channels = controller.channels
272271
}
272+
checkForDeeplinks()
273273
}
274274

275275
/// Checks for currently loaded channels for opening a channel with id.

0 commit comments

Comments
 (0)