Refine 'new message' animations.

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

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

Loading…
Cancel
Save