From 4088bebe05ee276c2a58a6795d49e8786e8fe76b Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 1 Nov 2018 15:07:17 -0400 Subject: [PATCH] Clean up ahead of PR. --- .../src/ViewControllers/ConversationView/ConversationViewItem.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Signal/src/ViewControllers/ConversationView/ConversationViewItem.m b/Signal/src/ViewControllers/ConversationView/ConversationViewItem.m index be6772231..ddfa18d34 100644 --- a/Signal/src/ViewControllers/ConversationView/ConversationViewItem.m +++ b/Signal/src/ViewControllers/ConversationView/ConversationViewItem.m @@ -332,8 +332,6 @@ NSString *NSStringForOWSMessageCellType(OWSMessageCellType cellType) return OWSMessageHeaderViewDateHeaderVMargin; } - // TODO: - // "Bubble Collapse". Adjacent messages with the same author should be close together. if (self.interaction.interactionType == OWSInteractionType_IncomingMessage && previousLayoutItem.interaction.interactionType == OWSInteractionType_IncomingMessage) {