Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Buquet committed Oct 23, 2023
1 parent e4d24c0 commit a8fbacb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class ContactsPickerViewModel: NSObject, ContactsPickerViewModelProtocol {
contactsViewController.showSearch(true)
// Tchap: Replace string by removing user ID
contactsViewController.searchBar.placeholder = VectorL10n.roomParticipantsInviteAnotherUserWithoutId
// Tchap: don't make searchbar rersign as first responder.
// Tchap: don't make searchbar resign as first responder.
// Let it becomes first responder to activate the input field and deploy the keyboard when the controller comes to screen.
// contactsViewController.searchBar.resignFirstResponder()

Expand Down

0 comments on commit a8fbacb

Please sign in to comment.