Merge "Also put show in the finish transaction when setting up animation" into udc-dev
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user