Skip to content

Commit d3646f7

Browse files
committed
Cleanup
1 parent 674c237 commit d3646f7

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "TextureSwiftSupport",
66
platforms: [
7-
.iOS(.v15),
7+
.iOS(.v12),
88
],
99
products: [
1010
.library(name: "TextureSwiftSupport", targets: ["TextureSwiftSupport"]),

Sources/Components/Compositions/OnAppearNode.swift

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,10 @@ public final class OnAppearNode<Content: ASDisplayNode>: NamedDisplayCellNodeBas
7474
state = .init()
7575

7676
bottomRightTiledLayerNode = .init(wrappedView: {
77-
MainActor.assumeIsolated {
78-
.init()
79-
}
77+
.init()
8078
})
8179
topLeftTiledLayerNode = .init(wrappedView: {
82-
MainActor.assumeIsolated {
83-
// :/ https://github.com/swiftlang/swift/issues/76099
84-
.init()
85-
}
80+
.init()
8681
})
8782

8883
setNeedsLayout()

0 commit comments

Comments
 (0)