Refine 'new message' animations.

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

@ -3478,6 +3478,9 @@ typedef enum : NSUInteger {
} else {
[UIView performWithoutAnimation:^{
[self.collectionView performBatchUpdates:batchUpdates completion:batchUpdatesCompletion];
if (scrollToBottom) {
[self scrollToBottomAnimated:NO];
}
}];
}
self.lastReloadDate = [NSDate new];

Loading…
Cancel
Save