forked from mirrors/linphone-iphone
diplay linphone contacts by default when creating a chat room
This commit is contained in:
parent
9226f366ab
commit
0bf062b09b
2 changed files with 1 additions and 3 deletions
|
|
@ -56,8 +56,6 @@
|
|||
return;
|
||||
}
|
||||
_contactsGroup = [[NSMutableArray alloc] init];
|
||||
_allFilter = TRUE;
|
||||
|
||||
[_searchBar setText:@""];
|
||||
[self searchBar:_searchBar textDidChange:_searchBar.text];
|
||||
self.tableView.accessibilityIdentifier = @"Suggested addresses";
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
}
|
||||
[_collectionView reloadData];
|
||||
_tableController.isForEditing = _isForEditing;
|
||||
[self changeView:ContactsAll];
|
||||
[self changeView:ContactsLinphone];
|
||||
}
|
||||
|
||||
#pragma mark - Chat room functions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue