From c2e94f57ed6253d148b0e50b15fe0245d7fc11b7 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Tue, 11 Apr 2017 18:18:50 -0400 Subject: [PATCH] Respond to CR. // FREEBIE --- Signal/src/ViewControllers/MessagesViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/ViewControllers/MessagesViewController.m b/Signal/src/ViewControllers/MessagesViewController.m index e7dc347ef..f0e75f826 100644 --- a/Signal/src/ViewControllers/MessagesViewController.m +++ b/Signal/src/ViewControllers/MessagesViewController.m @@ -2781,7 +2781,7 @@ typedef enum : NSUInteger { __weak MessagesViewController *weakSelf = self; [self showUnblockContactUI:^(BOOL isBlocked) { if (!isBlocked) { - [weakSelf didPasteAttachment:attachment]; + [weakSelf tryToSendAttachmentIfApproved:attachment]; } }]; return;