Fix rounding after date

// FREEBIE
This commit is contained in:
Michael Kirk 2018-07-09 10:58:07 -06:00
parent 3e0233ea60
commit f8f0e4aa93

View file

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