Skip to content

Commit

Permalink
make public i guess lol
Browse files Browse the repository at this point in the history
  • Loading branch information
bparrishMines committed Dec 19, 2024
1 parent 9dcf6f2 commit 9e3b41e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ class NavigationDelegateImpl: NSObject, WKNavigationDelegate {
}
}

@objc(webView:decidePolicyForNavigationAction:decisionHandler:)
func webView(
public func webView(
_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction,
decisionHandler: @escaping @MainActor @Sendable (WKNavigationActionPolicy) -> Void
) {
Expand Down

0 comments on commit 9e3b41e

Please sign in to comment.