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 // Avoid animation churn by supressing footer-collapse on messages received recently.
if (viewItem.interaction.timestampForLegacySorting > collapseCutoffTimestamp) { if (viewItem.interaction.receivedAtTimestamp > collapseCutoffTimestamp) {
shouldHideFooter = NO; shouldHideFooter = NO;
} }

Loading…
Cancel
Save