Skip to content

Commit

Permalink
SEBMAC-476 Fix crash when WebView is close by Javascript (iOS).
Browse files Browse the repository at this point in the history
  • Loading branch information
danschlet committed Dec 19, 2022
1 parent e3bec62 commit f8a3f17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SEB/Classes/BrowserComponents/SEBiOSWebViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,11 @@ - (void) hideURLFilterMessage
#pragma mark -
#pragma mark SEBAbstractWebViewNavigationDelegate Methods

//- (void) addWebView:(id)nativeWebView
//{
// [self.navigationDelegate addWebView:nativeWebView];
//}
//
- (void) closeWebView:(SEBAbstractWebView *)webView
{
[self.navigationDelegate closeWebView:webView];
}


- (void) addWebViewController:(id)webViewController
{
Expand Down

0 comments on commit f8a3f17

Please sign in to comment.