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

This commit is contained in:
Evan Rosky
2023-04-18 20:24:47 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}