Merge "Add the leaf task to the recents animation target" into rvc-dev
This commit is contained in:
@@ -3504,7 +3504,7 @@ class Task extends WindowContainer<WindowContainer> {
|
|||||||
ProtoLog.d(WM_DEBUG_RECENTS_ANIMATIONS,
|
ProtoLog.d(WM_DEBUG_RECENTS_ANIMATIONS,
|
||||||
"applyAnimationUnchecked, control: %s, task: %s, transit: %s",
|
"applyAnimationUnchecked, control: %s, task: %s, transit: %s",
|
||||||
control, asTask(), AppTransition.appTransitionToString(transit));
|
control, asTask(), AppTransition.appTransitionToString(transit));
|
||||||
control.addTaskToTargets(getRootTask(), finishedCallback);
|
control.addTaskToTargets(this, finishedCallback);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
super.applyAnimationUnchecked(lp, enter, transit, isVoiceInteraction, finishedCallback);
|
super.applyAnimationUnchecked(lp, enter, transit, isVoiceInteraction, finishedCallback);
|
||||||
|
|||||||
Reference in New Issue
Block a user