mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Hide AddParticipantsFragment on check click in MeetingView
This commit is contained in:
parent
c3e3af65b5
commit
24501f3ce2
1 changed files with 4 additions and 1 deletions
|
|
@ -252,7 +252,10 @@ struct AddParticipantsFragment: View {
|
|||
Button {
|
||||
withAnimation {
|
||||
confirmAddParticipantsFunc(addParticipantsViewModel.participantsToAdd)
|
||||
//dismiss()
|
||||
|
||||
if SharedMainViewModel.shared.indexView == 3 {
|
||||
dismiss()
|
||||
}
|
||||
|
||||
magicSearch.currentFilter = ""
|
||||
magicSearch.searchForContacts()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue