Do not hide keyboard upon contact selection in group chat/call creation

This commit is contained in:
Christophe Deschamps 2022-11-02 23:58:02 +01:00
parent c80ad228ef
commit f00daf1997

View file

@ -251,8 +251,6 @@
[tableView deselectRowAtIndexPath:indexPath animated:YES];
NSInteger index = 0;
_searchBar.text = @"";
[self searchBar:_searchBar textDidChange:@""];
if(cell.selectedImage.hidden) {
if(![_contactsGroup containsObject:cell.addressLabel.text]) {
[_contactsGroup addObject:cell.addressLabel.text];