Contacts table view reloading on contact refresh complete.
This commit is contained in:
parent
7f97d84ebe
commit
8fa1be362f
@ -312,6 +312,7 @@
|
||||
|
||||
- (void)contactsDidRefresh {
|
||||
[self updateSearchResultsForSearchController:self.searchController];
|
||||
[self.tableView reloadData];
|
||||
[self.refreshControl endRefreshing];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user