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

Commit 421ef701 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 am: d6c06d4e

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

Change-Id: Ic46f07f904fc5969eb661b1685f88d66fcada1aa
parents fe2b1320 d6c06d4e
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()