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

Commit a79f5f2e authored by Evan Rosky's avatar Evan Rosky Committed by Automerger Merge Worker
Browse files

Merge "Also put show in the finish transaction when setting up animation" into...

Merge "Also put show in the finish transaction when setting up animation" into udc-dev am: 77364c59

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



Change-Id: I30f201a9fc24714fe3556ac88a3b14963393748b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents aa3975f0 77364c59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -429,6 +429,7 @@ public class Transitions implements RemoteCallable<Transitions> {
                        && (change.getFlags() & FLAG_STARTING_WINDOW_TRANSFER_RECIPIENT) == 0) {
                    t.setAlpha(leash, 0.f);
                }
                finishT.show(leash);
            } else if (mode == TRANSIT_CLOSE || mode == TRANSIT_TO_BACK) {
                finishT.hide(leash);
            }