Skip to content

Commit

Permalink
Merge pull request #191 from mbrandonw/patch-1
Browse files Browse the repository at this point in the history
Call completion handler on main thread.
  • Loading branch information
casademora committed Jun 26, 2012
2 parents 29b598a + c639ce4 commit f696791
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ - (void) MR_saveInBackgroundErrorHandler:(void (^)(NSError *))errorCallback comp

if (completion)
{
completion();
dispatch_async(dispatch_get_main_queue(), completion);
}
}];
}
Expand Down

0 comments on commit f696791

Please sign in to comment.