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

Commit 0e8dcb2b authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am aad4c022: am 04144a8b: Merge "add null check on ViewRootImpl" into jb-dev

* commit 'aad4c022':
  add null check on ViewRootImpl
parents 7aed2859 aad4c022
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7890,7 +7890,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
            functor = nativeGetDrawGLFunction(mNativeClass);
        }

        if (functor != 0) {
        if (functor != 0 && mWebView.getViewRootImpl()) {
            mWebView.getViewRootImpl().attachFunctor(functor);
        } else {
            // invalidate the screen so that the next repaint will show new content