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

Commit e37a365b authored by Cary Clark's avatar Cary Clark Committed by Android (Google) Code Review
Browse files

Merge "In clearView(), see if native exists before calling it."

parents 01ef9eab a3bec150
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1941,7 +1941,7 @@ public class WebView extends AbsoluteLayout
    public void clearView() {
        mContentWidth = 0;
        mContentHeight = 0;
        nativeSetBaseLayer(0);
        if (mNativeClass != 0) nativeSetBaseLayer(0);
        mWebViewCore.sendMessage(EventHub.CLEAR_CONTENT);
    }