Skip to content

Commit 56daa6a

Browse files
committed
Fix UI-tests
1 parent 3655029 commit 56daa6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListViewModel.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ open class ChatChannelListViewModel: ObservableObject, ChatChannelListController
5252
queuedChannelsChanges = []
5353
} else {
5454
markDirty = false
55+
checkForDeeplinks()
5556
}
56-
checkForDeeplinks()
5757
}
5858
}
5959

@@ -315,6 +315,7 @@ open class ChatChannelListViewModel: ObservableObject, ChatChannelListController
315315
if self.selectedChannel == nil {
316316
self.updateChannels()
317317
}
318+
self.checkForDeeplinks()
318319
}
319320
}
320321
}

0 commit comments

Comments
 (0)