Do not reload ContactsList on every presence change

This commit is contained in:
Benjamin Reis 2016-11-23 11:24:15 +01:00
parent e9e27ec806
commit b2255a9e28

View file

@ -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