Skip to content

Commit c7a1b5d

Browse files
committed
Fixed typo
1 parent a45a5d0 commit c7a1b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChatLayout/Classes/Core/CollectionViewChatLayout.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public final class CollectionViewChatLayout: UICollectionViewLayout {
286286

287287
// We do not want to return attributes while we just looking for a position so that `UICollectionView` wont
288288
// create unnecessary cells that may not be used when we find the actual position.
289-
dontReturnAttributes = false
289+
dontReturnAttributes = true
290290
collectionView.setNeedsLayout()
291291
collectionView.layoutIfNeeded()
292292
currentPositionSnapshot = snapshot

0 commit comments

Comments
 (0)