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

Commit d6c06d4e 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: I430a526de46c35dc18e20558d34c2d4ecfa67572
parents d40af2ad 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()