Skip to content

Commit

Permalink
feat: set the property, not the instance (apache#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmtamburro committed Sep 6, 2024
1 parent c70a857 commit e3b36d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ - (void)dispose
{
WKWebView* wkWebView = (WKWebView*)_engineWebView;
[wkWebView.configuration.userContentController removeScriptMessageHandlerForName:CDV_BRIDGE_NAME];
wkWebView = nil;
_engineWebView = nil;

[super dispose];
}

Expand Down

0 comments on commit e3b36d2

Please sign in to comment.