Invite user UI is always hidden by the keyboard (#6348)

* Invite user UI is always hidden by the keyboard

- fixed
This commit is contained in:
Gil Eluard
2022-07-01 10:32:57 +02:00
committed by GitHub
parent 55685f10b1
commit 437b2eafd6
4 changed files with 18 additions and 10 deletions
@@ -126,6 +126,7 @@ class ContactsPickerViewModel: NSObject, ContactsPickerViewModelProtocol {
contactsViewController.showSearch(true)
contactsViewController.searchBar.placeholder = VectorL10n.roomParticipantsInviteAnotherUser
contactsViewController.searchBar.resignFirstResponder()
// Apply the search pattern if any
if currentSearchText != nil {