forked from mirrors/linphone-iphone
reload full contact list when view appears
This commit is contained in:
parent
68e98afb4b
commit
345efe739f
1 changed files with 2 additions and 1 deletions
|
|
@ -120,7 +120,8 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
|
||||
- (void)viewWillAppear:(BOOL)animated {
|
||||
[super viewWillAppear:animated];
|
||||
|
||||
[ContactSelection setNameOrEmailFilter:@""];
|
||||
[tableController loadData];
|
||||
_searchBar.showsCancelButton = (_searchBar.text.length > 0);
|
||||
|
||||
if (tableController.isEditing) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue