Use received date for footer-collapse supression

pull/1/head
Michael Kirk 7 years ago
parent 6f8eddc955
commit c21020d7e7

@ -5116,8 +5116,8 @@ typedef enum : NSUInteger {
}
}
// MJK FIXME - investigate this more
if (viewItem.interaction.timestampForLegacySorting > collapseCutoffTimestamp) {
// Avoid animation churn by supressing footer-collapse on messages received recently.
if (viewItem.interaction.receivedAtTimestamp > collapseCutoffTimestamp) {
shouldHideFooter = NO;
}

Loading…
Cancel
Save