Refine 'new message' animations.

pull/1/head
Matthew Chen 6 years ago committed by Michael Kirk
parent 24d85898e1
commit 995c2f2a2a

@ -3468,9 +3468,9 @@ typedef enum : NSUInteger {
}
[self updateLastVisibleTimestamp];
if (scrollToBottom) {
[self scrollToBottomAnimated:shouldAnimateScrollToBottom && shouldAnimateUpdates];
if (scrollToBottom && shouldAnimateUpdates) {
[self scrollToBottomAnimated:shouldAnimateScrollToBottom];
}
};
if (shouldAnimateUpdates) {

Loading…
Cancel
Save