Skip to content

Commit

Permalink
Add missing receive(on: DispatchQueue.main on the invites screen
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Jan 11, 2024
1 parent 4d14fa1 commit 268768e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class InvitesScreenViewModel: InvitesScreenViewModelType, InvitesScreenViewModel

inviteSummaryProvider.roomListPublisher
.removeDuplicates()
.receive(on: DispatchQueue.main)
.sink { [weak self] roomSummaries in
guard let self else { return }

Expand Down

0 comments on commit 268768e

Please sign in to comment.