mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user