mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-29 13:51:48 +02: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()
|
performDiffingUpdates()
|
||||||
|
|
||||||
CATransaction.commit()
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
CATransaction.begin()
|
||||||
|
|
||||||
|
if !animatingDifferences {
|
||||||
|
|
||||||
|
CATransaction.setDisableActions(true)
|
||||||
|
}
|
||||||
performDiffingUpdates()
|
performDiffingUpdates()
|
||||||
|
|
||||||
|
CATransaction.commit()
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user