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

Commit 77364c59 authored by Evan Rosky's avatar Evan Rosky Committed by Android (Google) Code Review
Browse files

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

parents 8d6d3a53 cf1913b4
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);
            }