Fix warning

This commit is contained in:
Antoine Marandon
2019-10-29 17:27:25 +09:00
parent c112a84c0a
commit 81b482e28b

View File

@@ -120,7 +120,7 @@ extension DiffableDataSource {
let diffableSnapshot = snapshot.diffableSnapshot
self.dispatcher.apply(
diffableSnapshot as! Internals.DiffableDataSourceSnapshot,
diffableSnapshot,
view: self.collectionView,
animatingDifferences: animatingDifferences,
performUpdates: { collectionView, changeset, setSections in