mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-24 02:11:12 +01:00
WIP
This commit is contained in:
@@ -116,10 +116,10 @@ extension DiffableDataSource {
|
||||
target.reload(
|
||||
using: changeset,
|
||||
animated: animatingDifferences,
|
||||
setData: setSections
|
||||
setData: setSections,
|
||||
completion: completion
|
||||
)
|
||||
},
|
||||
completion: completion
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
@@ -148,10 +148,10 @@ extension DiffableDataSource {
|
||||
target.reload(
|
||||
using: changeset,
|
||||
animated: animatingDifferences,
|
||||
setData: setSections
|
||||
setData: setSections,
|
||||
completion: completion
|
||||
)
|
||||
},
|
||||
completion: completion
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user