From 3fb2b5927b7aaa6bbe7baa38a69479315a7e96a9 Mon Sep 17 00:00:00 2001 From: David Hansson Date: Tue, 13 Aug 2024 09:47:48 +0200 Subject: [PATCH] Comment out broken code for Xcode beta --- .../Internals.DiffableDataUIDispatcher.swift | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) 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()