Delegate main-thread activity on the main thread.
This commit is contained in:
		@@ -699,9 +699,11 @@ referenceSizeForFooterInSection:(NSInteger)section {
 | 
			
		||||
            } );
 | 
			
		||||
    PearlAddNotificationObserver( NSPersistentStoreCoordinatorStoresDidChangeNotification, [MPiOSAppDelegate get].storeCoordinator, nil,
 | 
			
		||||
            ^(MPUsersViewController *self, NSNotification *note) {
 | 
			
		||||
                PearlMainQueue( ^{
 | 
			
		||||
                    [self registerObservers];
 | 
			
		||||
                    [self reloadUsers];
 | 
			
		||||
                } );
 | 
			
		||||
            } );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
- (void)reloadUsers {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user