Reverse check, as only watch os is having troubles

This commit is contained in:
David Hansson
2024-09-04 12:55:24 +02:00
parent 9f9ecb4820
commit 010a79ef6a

View File

@@ -106,7 +106,11 @@ extension Internals {
} }
} }
#if os(iOS) #if os(watchOS)
performDiffingUpdates()
#else
CATransaction.begin() CATransaction.begin()
@@ -118,10 +122,6 @@ extension Internals {
CATransaction.commit() CATransaction.commit()
#else
performDiffingUpdates()
#endif #endif
} }