Refine 'new message' animations.

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

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

Loading…
Cancel
Save