mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Avoid getting back to waiting room after conf ends
This commit is contained in:
parent
3800aafd1f
commit
fc3f48363f
1 changed files with 2 additions and 2 deletions
|
|
@ -226,9 +226,9 @@ class CallsViewModel {
|
|||
return
|
||||
}
|
||||
if (currentCallData??.call.conference != nil) {
|
||||
PhoneMainView.instance().changeCurrentView(ConferenceCallView.compositeDescription)
|
||||
PhoneMainView.instance().pop(toView:ConferenceCallView.compositeDescription)
|
||||
} else {
|
||||
PhoneMainView.instance().changeCurrentView(SingleCallView.compositeDescription)
|
||||
PhoneMainView.instance().pop(toView:SingleCallView.compositeDescription)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue