Skip to content

Commit

Permalink
Refreshing favourites view, on contacts reload.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioOpenPeer committed Nov 5, 2014
1 parent d08b46a commit 8da577a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ - (void) onContactsLoaded
[self stopRefreshController];
OPLog(HOPLoggerSeverityInformational, HOPLoggerLevelTrace, @"Handling loaded contacts.");
NSError *error;
self.fetchedResultsController = nil;
if (![self.fetchedResultsController performFetch:&error])
{
OPLog(HOPLoggerSeverityError, HOPLoggerLevelDebug, @"Fetching contacts has failed with an error: %@, error description: %@", error, [error userInfo]);
Expand Down

0 comments on commit 8da577a

Please sign in to comment.