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

Commit 856f7ede authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/29287537'] into 24Q4-release.

Change-Id: I9d09ea77425cac35e7229ad6059b7265d250446b
parents f1ac3135 543a9e8d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1501,10 +1501,6 @@ public class BackAnimationController implements RemoteCallable<BackAnimationCont
                int rootIdx = -1;
                for (int i = info.getChanges().size() - 1; i >= 0; --i) {
                    final TransitionInfo.Change c = info.getChanges().get(i);
                    if (c.hasFlags(FLAG_IS_WALLPAPER)) {
                        st.setAlpha(c.getLeash(), 1.0f);
                        continue;
                    }
                    if (TransitionUtil.isOpeningMode(c.getMode())) {
                        final Point offset = c.getEndRelOffset();
                        st.setPosition(c.getLeash(), offset.x, offset.y);