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

Commit 9bb55bf0 authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Force a WebView pictureset invalidation on screen rotation.

This fixes some stale content issues when rotating the screen.

Bug: 5357237
Change-Id: Ib41a659ec99419cdf94ad5321c224a33b1f21359
parent b48ca1f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4300,6 +4300,7 @@ public class WebView extends AbsoluteLayout
            selectionDone();
        }
        mOrientation = newConfig.orientation;
        contentInvalidateAll();
    }

    /**