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]; [self updateLastVisibleTimestamp];
if (scrollToBottom) { if (scrollToBottom && shouldAnimateUpdates) {
[self scrollToBottomAnimated:shouldAnimateScrollToBottom && shouldAnimateUpdates]; [self scrollToBottomAnimated:shouldAnimateScrollToBottom];
} }
}; };
if (shouldAnimateUpdates) { if (shouldAnimateUpdates) {

Loading…
Cancel
Save