We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a30b14e + 96c09ee commit f95f809Copy full SHA for f95f809
LiveCollectionsFramework/LiveCollections/Classes/Internal/ItemDataCalculator.swift
@@ -233,6 +233,7 @@ private extension ItemDataCalculator {
233
updateData()
234
targetView.reloadData()
235
calculationCompletion()
236
+ return
237
238
case .reloadSections,
239
.preciseAnimations:
@@ -344,6 +345,8 @@ private extension ItemDataCalculator {
344
345
346
347
348
349
+
350
351
352
// Short circuit if there are too many items
0 commit comments