mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 22:30:34 +01:00
Comment out broken code for Xcode beta
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user