Skip to content

Commit 4986c4b

Browse files
author
Konstantin Porokhov
committed
UNI-99 fixed initial property
1 parent d964665 commit 4986c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Collection/Animator/CollectionBatchUpdatesAnimator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import UIKit
1212
public class CollectionBatchUpdatesAnimator: Animator<UICollectionView> {
1313

1414
public override func performAnimated(in collection: UICollectionView, operation: Operation?) {
15-
if let operation {
15+
if let operation = operation {
1616
collection.performBatchUpdates(operation)
1717
} else {
1818
collection.collectionViewLayout.invalidateLayout()

0 commit comments

Comments
 (0)