forked from mirrors/linphone-iphone
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