mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-25 10:18:39 +02:00
Reverse check, as only watch os is having troubles
This commit is contained in:
@@ -106,7 +106,11 @@ extension Internals {
|
||||
}
|
||||
}
|
||||
|
||||
#if os(iOS)
|
||||
#if os(watchOS)
|
||||
|
||||
performDiffingUpdates()
|
||||
|
||||
#else
|
||||
|
||||
CATransaction.begin()
|
||||
|
||||
@@ -118,10 +122,6 @@ extension Internals {
|
||||
|
||||
CATransaction.commit()
|
||||
|
||||
#else
|
||||
|
||||
performDiffingUpdates()
|
||||
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user