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

Commit 0afea057 authored by Vishnu Nair's avatar Vishnu Nair Committed by Android (Google) Code Review
Browse files

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

parents 222a6b43 619af0b8
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()