Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove assert
  • Loading branch information
ryanlee92 committed Jun 30, 2024
commit 77fdabcbfbbc76a216002bf79b6122a54fdeb28d
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ - (void)webView:(WKWebView *)webView didStartProvisionalNavigation:(WKNavigation
webView:webView
URL:webView.URL.absoluteString
completion:^(FlutterError *error) {
NSAssert(!error, @"%@", error);

}];
}

Expand Down