Skip to content

Commit

Permalink
Cleaning up mraidWebView as well just to make sure.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsligh committed Jan 18, 2024
1 parent 8b6533c commit 875aa22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public void destroy() {
handler.removeCallbacksAndMessages(null);
handler.postDelayed(new WebViewCleanupRunnable(currentWebView), WEBVIEW_DESTROY_DELAY_MS);
webView = null;
mraidWebView = null;
}

public void initMraidExpanded() {
Expand Down

0 comments on commit 875aa22

Please sign in to comment.