diff --git a/Classes/ChatConversationCreateTableView.m b/Classes/ChatConversationCreateTableView.m index c90887003..e89c084f6 100644 --- a/Classes/ChatConversationCreateTableView.m +++ b/Classes/ChatConversationCreateTableView.m @@ -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];