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

Commit 42d3ad7f authored by Vishnu Nair's avatar Vishnu Nair Committed by Automerger Merge Worker
Browse files

Merge "WM: Mark screen rotation layer as opaque" into sc-dev am: 0afea057

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15145170

Change-Id: I6e3957a807dc587f8d09862eb7b94ae253b50f56
parents b7070809 0afea057
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -212,6 +212,7 @@ class ScreenRotationAnimation {
            String name = "RotationLayer";
            mScreenshotLayer = displayContent.makeOverlay()
                    .setName(name)
                    .setOpaque(true)
                    .setSecure(isSecure)
                    .setCallsite("ScreenRotationAnimation")
                    .setBLASTLayer()