We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45a5d0 commit c7a1b5dCopy full SHA for c7a1b5d
ChatLayout/Classes/Core/CollectionViewChatLayout.swift
@@ -286,7 +286,7 @@ public final class CollectionViewChatLayout: UICollectionViewLayout {
286
287
// We do not want to return attributes while we just looking for a position so that `UICollectionView` wont
288
// create unnecessary cells that may not be used when we find the actual position.
289
- dontReturnAttributes = false
+ dontReturnAttributes = true
290
collectionView.setNeedsLayout()
291
collectionView.layoutIfNeeded()
292
currentPositionSnapshot = snapshot
0 commit comments