Skip to content

Commit 49d5011

Browse files
committed
Merge branch 'swift-3.0' of github.com:RxSwiftCommunity/RxDataSources into swift-3.0
2 parents 4fc456f + 527c9f8 commit 49d5011

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/DataSources/CollectionViewSectionedDataSource.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ public class CollectionViewSectionedDataSource<S: SectionModelType>
212212

213213
override func _rx_collectionView(_ collectionView: UICollectionView, moveItemAtIndexPath sourceIndexPath: IndexPath, toIndexPath destinationIndexPath: IndexPath) {
214214
self._sectionModels.moveFromSourceIndexPath(sourceIndexPath, destinationIndexPath: destinationIndexPath)
215+
self.moveItem?(self, sourceIndexPath: sourceIndexPath, destinationIndexPath: destinationIndexPath)
215216
}
216217

217218
}

0 commit comments

Comments
 (0)