Temporarily alter animations in conversation view.

pull/1/head
Matthew Chen 7 years ago
parent 906620a138
commit f0a8e08df9

@ -2958,7 +2958,7 @@ typedef NS_ENUM(NSInteger, MessagesRangeSizeMode) {
[self.collectionView performBatchUpdates:batchUpdates completion:batchUpdatesCompletion];
} else {
[CATransaction begin];
[CATransaction setAnimationDuration:0.f];
[CATransaction setAnimationDuration:0.1f];
[self.collectionView performBatchUpdates:batchUpdates completion:batchUpdatesCompletion];
[CATransaction commit];
}

Loading…
Cancel
Save