From b2255a9e28a0f5a50b39dc2b50d9504ed1a06c6e Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Wed, 23 Nov 2016 11:24:15 +0100 Subject: [PATCH] Do not reload ContactsList on every presence change --- Classes/LinphoneUI/UIContactCell.m | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Classes/LinphoneUI/UIContactCell.m b/Classes/LinphoneUI/UIContactCell.m index 9fcb571b0..49f201b6b 100644 --- a/Classes/LinphoneUI/UIContactCell.m +++ b/Classes/LinphoneUI/UIContactCell.m @@ -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