Merge "Default hide animation leash of opening tasks." into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b5b4eb7098
@@ -591,6 +591,8 @@ public class RecentsTransitionHandler implements Transitions.TransitionHandler {
|
||||
final int rootIdx = TransitionUtil.rootIndexFor(change, mInfo);
|
||||
t.reparent(appearedTargets[i].leash, mInfo.getRoot(rootIdx).getLeash());
|
||||
t.setLayer(appearedTargets[i].leash, layer);
|
||||
// Hide the animation leash, let listener show it.
|
||||
t.hide(appearedTargets[i].leash);
|
||||
ProtoLog.v(ShellProtoLogGroup.WM_SHELL_RECENTS_TRANSITION,
|
||||
" opening new taskId=%d", appearedTargets[i].taskId);
|
||||
mOpeningTasks.add(new TaskState(change, appearedTargets[i].leash));
|
||||
|
||||
Reference in New Issue
Block a user