mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Remove unnecessary synchronous dispatch queue
This commit is contained in:
parent
ae1180c222
commit
0b910ca190
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class MeetingsListViewModel: ObservableObject {
|
|||
todayIdx = currentIdx
|
||||
}
|
||||
|
||||
DispatchQueue.main.sync {
|
||||
DispatchQueue.main.async {
|
||||
self.todayIdx = todayIdx
|
||||
self.meetingsList = meetingsListTmp
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue