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

Commit 1247309c authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Reset alpha of wallpaper token when it is wrapped in transition" into main

parents d6f8b116 ab6490db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2003,6 +2003,7 @@ class Transition implements BLASTSyncEngine.TransactionReadyListener {
                // to be changed by non-transition logic until the transition is finished.
                if (wp.isVisibleRequested() && wp.getFixedRotationLeash() != null) {
                    transaction.show(wp.mSurfaceControl);
                    transaction.setAlpha(wp.mSurfaceControl, 1);
                }
                continue;
            }