diplay linphone contacts by default when creating a chat room

This commit is contained in:
Benjamin Reis 2018-02-16 10:23:47 +01:00
parent 9226f366ab
commit 0bf062b09b
2 changed files with 1 additions and 3 deletions

View file

@ -56,8 +56,6 @@
return;
}
_contactsGroup = [[NSMutableArray alloc] init];
_allFilter = TRUE;
[_searchBar setText:@""];
[self searchBar:_searchBar textDidChange:_searchBar.text];
self.tableView.accessibilityIdentifier = @"Suggested addresses";

View file

@ -71,7 +71,7 @@ static UICompositeViewDescription *compositeDescription = nil;
}
[_collectionView reloadData];
_tableController.isForEditing = _isForEditing;
[self changeView:ContactsAll];
[self changeView:ContactsLinphone];
}
#pragma mark - Chat room functions