From a8fbacb909489c5e59b7c5702c034474fb5063c6 Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Mon, 23 Oct 2023 18:07:21 +0200 Subject: [PATCH] typo --- .../ContactsPicker/ContactsPickerViewModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Modules/Room/ParticipantsInviteModal/ContactsPicker/ContactsPickerViewModel.swift b/Riot/Modules/Room/ParticipantsInviteModal/ContactsPicker/ContactsPickerViewModel.swift index 7934cae39..aa1eb92ad 100644 --- a/Riot/Modules/Room/ParticipantsInviteModal/ContactsPicker/ContactsPickerViewModel.swift +++ b/Riot/Modules/Room/ParticipantsInviteModal/ContactsPicker/ContactsPickerViewModel.swift @@ -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()