Skip to content

Commit b23b7e4

Browse files
author
JWI
committed
Please note, the weak self captures previously in here 1, don't seem to serve a purpose and 2, break compatibility with iOS 6, as they implicitly call atomic_store. This is now patched by removing them
1 parent 55ea3eb commit b23b7e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftCrossUI/Scenes/WindowGroupNode.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ public final class WindowGroupNode<Content: View>: SceneGraphNode {
167167
dryRun: false
168168
)
169169

170+
170171
if let dryRunResult, finalContentResult.size != dryRunResult.size {
171172
print(
172173
"""

0 commit comments

Comments
 (0)