Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnmrndn committed Nov 29, 2024
1 parent 674c237 commit d3646f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "TextureSwiftSupport",
platforms: [
.iOS(.v15),
.iOS(.v12),
],
products: [
.library(name: "TextureSwiftSupport", targets: ["TextureSwiftSupport"]),
Expand Down
9 changes: 2 additions & 7 deletions Sources/Components/Compositions/OnAppearNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,10 @@ public final class OnAppearNode<Content: ASDisplayNode>: NamedDisplayCellNodeBas
state = .init()

bottomRightTiledLayerNode = .init(wrappedView: {
MainActor.assumeIsolated {
.init()
}
.init()
})
topLeftTiledLayerNode = .init(wrappedView: {
MainActor.assumeIsolated {
// :/ https://github.com/swiftlang/swift/issues/76099
.init()
}
.init()
})

setNeedsLayout()
Expand Down

0 comments on commit d3646f7

Please sign in to comment.