Skip to content

Commit 2bda815

Browse files
committed
Fixed broken build. (#112)
1 parent 9318ef3 commit 2bda815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LXReorderableCollectionViewFlowLayout/LXReorderableCollectionViewFlowLayout.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ - (void)handleLongPressGesture:(UILongPressGestureRecognizer *)gestureRecognizer
332332
self.currentViewCenter = self.currentView.center;
333333

334334
if ([self.delegate respondsToSelector:@selector(collectionView:layout:didBeginDraggingItemAtIndexPath:)]) {
335-
[self.delegate collectionView:strongSelf.collectionView layout:self didBeginDraggingItemAtIndexPath:self.selectedItemIndexPath];
335+
[self.delegate collectionView:self.collectionView layout:self didBeginDraggingItemAtIndexPath:self.selectedItemIndexPath];
336336
}
337337

338338
__weak typeof(self) weakSelf = self;

0 commit comments

Comments
 (0)