We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e45e9 commit 3ec4a52Copy full SHA for 3ec4a52
Sources/ComposedUI/CollectionView/CollectionCoordinator.swift
@@ -221,7 +221,7 @@ extension CollectionCoordinator: SectionProviderMappingDelegate {
221
222
public func mappingDidEndUpdating(_ mapping: SectionProviderMapping) {
223
assert(Thread.isMainThread)
224
- collectionView.performBatchUpdates {
+ collectionView.performBatchUpdates({
225
if defersUpdate {
226
prepareSections()
227
}
@@ -235,7 +235,7 @@ extension CollectionCoordinator: SectionProviderMappingDelegate {
235
sectionUpdates.forEach { $0() }
236
reset()
237
defersUpdate = false
238
- }
+ })
239
240
241
public func mapping(_ mapping: SectionProviderMapping, didUpdateSections sections: IndexSet) {
0 commit comments