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

Commit 293fe949 authored by Mangesh Ghiware's avatar Mangesh Ghiware Committed by Android (Google) Code Review
Browse files

Merge "Force a WebView pictureset reset on screen rotation."

parents a15cb2cd e8b05e85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4308,7 +4308,7 @@ public class WebView extends AbsoluteLayout
            selectionDone();
        }
        mOrientation = newConfig.orientation;
        contentInvalidateAll();
        mWebViewCore.sendMessage(EventHub.CLEAR_CONTENT);
    }

    /**