mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Do not hide keyboard upon contact selection in group chat/call creation
This commit is contained in:
parent
c80ad228ef
commit
f00daf1997
1 changed files with 0 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue