mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-10 03:13:35 +02:00
Comment out broken code for Xcode beta
This commit is contained in:
@@ -107,17 +107,17 @@ extension Internals {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if canImport(QuartzCore)
|
#if canImport(QuartzCore)
|
||||||
|
//
|
||||||
CATransaction.begin()
|
// CATransaction.begin()
|
||||||
|
//
|
||||||
if !animatingDifferences {
|
// if !animatingDifferences {
|
||||||
|
//
|
||||||
CATransaction.setDisableActions(true)
|
// CATransaction.setDisableActions(true)
|
||||||
}
|
// }
|
||||||
performDiffingUpdates()
|
// performDiffingUpdates()
|
||||||
|
//
|
||||||
CATransaction.commit()
|
// CATransaction.commit()
|
||||||
|
//
|
||||||
#else
|
#else
|
||||||
|
|
||||||
performDiffingUpdates()
|
performDiffingUpdates()
|
||||||
|
|||||||
Reference in New Issue
Block a user