forked from mirrors/linphone-iphone
Fix animation when displaying meeting details
This commit is contained in:
parent
a851537428
commit
ca7bedfd14
1 changed files with 1 additions and 2 deletions
|
|
@ -264,8 +264,8 @@ class MeetingViewModel: ObservableObject {
|
|||
}
|
||||
}
|
||||
|
||||
// Warning: must be called from core queue. Removed the dispatchQueue.main.async in order to have the animation properly trigger.
|
||||
func loadExistingMeeting(meeting: MeetingModel) {
|
||||
DispatchQueue.main.async {
|
||||
self.resetViewModelData()
|
||||
self.subject = meeting.confInfo.subject ?? ""
|
||||
self.description = meeting.confInfo.description ?? ""
|
||||
|
|
@ -314,7 +314,6 @@ class MeetingViewModel: ObservableObject {
|
|||
self.computeDateLabels()
|
||||
self.computeTimeLabels()
|
||||
self.displayedMeeting = meeting
|
||||
}
|
||||
}
|
||||
|
||||
func loadExistingConferenceInfoFromUri(conferenceUri: String) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue