mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-31 06:33:06 +02:00
Fix warning
This commit is contained in:
@@ -120,7 +120,7 @@ extension DiffableDataSource {
|
|||||||
|
|
||||||
let diffableSnapshot = snapshot.diffableSnapshot
|
let diffableSnapshot = snapshot.diffableSnapshot
|
||||||
self.dispatcher.apply(
|
self.dispatcher.apply(
|
||||||
diffableSnapshot as! Internals.DiffableDataSourceSnapshot,
|
diffableSnapshot,
|
||||||
view: self.collectionView,
|
view: self.collectionView,
|
||||||
animatingDifferences: animatingDifferences,
|
animatingDifferences: animatingDifferences,
|
||||||
performUpdates: { collectionView, changeset, setSections in
|
performUpdates: { collectionView, changeset, setSections in
|
||||||
|
|||||||
Reference in New Issue
Block a user