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

Commit bd4dbe73 authored by Kristian Monsen's avatar Kristian Monsen Committed by Android Git Automerger
Browse files

am 87c67f31: Merge "Part of fix for bug 8629392" into jb-mr2-dev

* commit '87c67f31':
  Part of fix for bug 8629392
parents 680ca941 87c67f31
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();