fix corner rounding for outgoing messages too

pull/1/head
Michael Kirk 7 years ago
parent 34c47f87c2
commit 2763f7bd2d

@ -4905,6 +4905,8 @@ typedef enum : NSUInteger {
// clustering
if (previousViewItem == nil) {
isFirstInCluster = YES;
} else if (viewItem.shouldShowDate) {
isFirstInCluster = YES;
} else {
isFirstInCluster = previousViewItem.interaction.interactionType != OWSInteractionType_OutgoingMessage;
}

Loading…
Cancel
Save