mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-16 14:06:53 +01:00
Reverse check, as only watch os is having troubles
This commit is contained in:
@@ -106,21 +106,21 @@ extension Internals {
|
||||
}
|
||||
}
|
||||
|
||||
#if os(iOS)
|
||||
#if os(watchOS)
|
||||
|
||||
CATransaction.begin()
|
||||
|
||||
if !animatingDifferences {
|
||||
|
||||
CATransaction.setDisableActions(true)
|
||||
}
|
||||
performDiffingUpdates()
|
||||
|
||||
CATransaction.commit()
|
||||
|
||||
#else
|
||||
|
||||
CATransaction.begin()
|
||||
|
||||
if !animatingDifferences {
|
||||
|
||||
CATransaction.setDisableActions(true)
|
||||
}
|
||||
performDiffingUpdates()
|
||||
|
||||
CATransaction.commit()
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user