From 576f5dee8881383564728e9f42095d1a201e9708 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Wed, 11 Apr 2018 13:47:12 -0400 Subject: [PATCH] Add white background to images in quoted reply view. --- .../ConversationView/Cells/OWSQuotedMessageView.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Signal/src/ViewControllers/ConversationView/Cells/OWSQuotedMessageView.m b/Signal/src/ViewControllers/ConversationView/Cells/OWSQuotedMessageView.m index ce290c2b6..9a1fcf339 100644 --- a/Signal/src/ViewControllers/ConversationView/Cells/OWSQuotedMessageView.m +++ b/Signal/src/ViewControllers/ConversationView/Cells/OWSQuotedMessageView.m @@ -125,6 +125,7 @@ NS_ASSUME_NONNULL_BEGIN quotedAttachmentView.layer.borderWidth = 1.f; quotedAttachmentView.layer.cornerRadius = 2.f; quotedAttachmentView.clipsToBounds = YES; + quotedAttachmentView.backgroundColor = [UIColor whiteColor]; } else { // TODO: This asset is wrong. // TODO: There's a special asset for audio files.