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

Commit e8b05e85 authored by Mangesh Ghiware's avatar Mangesh Ghiware
Browse files

Force a WebView pictureset reset on screen rotation.

This fixes some stale content issues when rotating the screen.

Bug: 5357237
Bug: 5361852
Change-Id: I574dac15dbb1a35a8830377848f38ba2b766f095
parent 5132fa69
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);
    }

    /**