diff --git a/Sources/Internals.DiffableDataUIDispatcher.swift b/Sources/Internals.DiffableDataUIDispatcher.swift index b3f0237..4fc7ac9 100644 --- a/Sources/Internals.DiffableDataUIDispatcher.swift +++ b/Sources/Internals.DiffableDataUIDispatcher.swift @@ -107,17 +107,17 @@ extension Internals { } #if canImport(QuartzCore) - - CATransaction.begin() - - if !animatingDifferences { - - CATransaction.setDisableActions(true) - } - performDiffingUpdates() - - CATransaction.commit() - +// +// CATransaction.begin() +// +// if !animatingDifferences { +// +// CATransaction.setDisableActions(true) +// } +// performDiffingUpdates() +// +// CATransaction.commit() +// #else performDiffingUpdates()