diff --git a/Classes/ChatConversationCreateTableView.m b/Classes/ChatConversationCreateTableView.m index 2536ee3ad..b9e76aaae 100644 --- a/Classes/ChatConversationCreateTableView.m +++ b/Classes/ChatConversationCreateTableView.m @@ -56,8 +56,6 @@ return; } _contactsGroup = [[NSMutableArray alloc] init]; - _allFilter = TRUE; - [_searchBar setText:@""]; [self searchBar:_searchBar textDidChange:_searchBar.text]; self.tableView.accessibilityIdentifier = @"Suggested addresses"; diff --git a/Classes/ChatConversationCreateView.m b/Classes/ChatConversationCreateView.m index dab9a0b6a..86c155eff 100644 --- a/Classes/ChatConversationCreateView.m +++ b/Classes/ChatConversationCreateView.m @@ -71,7 +71,7 @@ static UICompositeViewDescription *compositeDescription = nil; } [_collectionView reloadData]; _tableController.isForEditing = _isForEditing; - [self changeView:ContactsAll]; + [self changeView:ContactsLinphone]; } #pragma mark - Chat room functions