Fix rounding after date

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent 3e0233ea60
commit f8f0e4aa93

@ -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 {

Loading…
Cancel
Save