Respond to CR.

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

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

Loading…
Cancel
Save