Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 9 years ago
parent 660e4dd4c4
commit c2e94f57ed

@ -2781,7 +2781,7 @@ typedef enum : NSUInteger {
__weak MessagesViewController *weakSelf = self; __weak MessagesViewController *weakSelf = self;
[self showUnblockContactUI:^(BOOL isBlocked) { [self showUnblockContactUI:^(BOOL isBlocked) {
if (!isBlocked) { if (!isBlocked) {
[weakSelf didPasteAttachment:attachment]; [weakSelf tryToSendAttachmentIfApproved:attachment];
} }
}]; }];
return; return;

Loading…
Cancel
Save