mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Refresh contact list when Add Participant fragment is closed
This commit is contained in:
parent
b775f41ae0
commit
ad736c8fc5
1 changed files with 4 additions and 0 deletions
|
|
@ -61,6 +61,10 @@ struct AddParticipantsFragment: View {
|
|||
.padding(.leading, -10)
|
||||
.onTapGesture {
|
||||
addParticipantsViewModel.reset()
|
||||
|
||||
magicSearch.currentFilter = ""
|
||||
magicSearch.searchForContacts()
|
||||
|
||||
dismiss()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue