mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-04 04:19:35 +00:00
Do not reload ContactsList on every presence change
This commit is contained in:
parent
e9e27ec806
commit
b2255a9e28
1 changed files with 0 additions and 8 deletions
|
|
@ -68,14 +68,6 @@
|
|||
return;
|
||||
}
|
||||
}
|
||||
id view = [self superview];
|
||||
|
||||
while (view && [view isKindOfClass:[UITableView class]] == NO) {
|
||||
view = [view superview];
|
||||
}
|
||||
|
||||
UITableView *tableView = (UITableView *)view;
|
||||
[(ContactsListTableView *)tableView.dataSource loadData];
|
||||
}
|
||||
|
||||
#pragma mark - Property Functions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue