Skip to content

Commit b6b1b3a

Browse files
committed
Yeh yeh, there's always something missing!
1 parent 4e99f89 commit b6b1b3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sources/Non_Extension/UIActivity.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ struct SafariActivityView: UIViewControllerRepresentable {
3131
@Binding public var isPresented: Bool
3232
public var url: URL
3333

34+
public init(isPresented: Binding<Bool>, url: URL) {
35+
36+
self._isPresented = isPresented
37+
self.url = url
38+
}
39+
3440
public func makeUIViewController(context: Context) -> UIViewController {
3541
UIViewController()
3642
}

0 commit comments

Comments
 (0)