Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87c67f31 authored by Kristian Monsen's avatar Kristian Monsen Committed by Android (Google) Code Review
Browse files

Merge "Part of fix for bug 8629392" into jb-mr2-dev

parents ec5dc76a 083c4dc1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2149,7 +2149,8 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
    @Override
    public void destroy() {
        if (mWebView.getViewRootImpl() != null) {
            Log.e(LOGTAG, "Error: WebView.destroy() called while still attached!");
            Log.e(LOGTAG, Log.getStackTraceString(
                    new Throwable("Error: WebView.destroy() called while still attached!")));
        }
        ensureFunctorDetached();
        destroyJava();