LROAuth2Client icon indicating copy to clipboard operation
LROAuth2Client copied to clipboard

LRURLRequestOperation's completionBlock execute in main thread should be better

Open yanzheng opened this issue 12 years ago • 0 comments

[operation setCompletionBlock:^{
    dispatch_async(dispatch_get_main_queue(),^{
        [self handleCompletionForAuthorizationRequestOperation:blockOperation];
    });
}];

yanzheng avatar Jan 28 '13 09:01 yanzheng