Merge "Let launcher clean-up shell transition leashes" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-06-29 02:41:30 +00:00
committed by Android (Google) Code Review
@@ -17,8 +17,6 @@ package com.android.quickstep;
import static android.view.WindowManager.LayoutParams.TYPE_NAVIGATION_BAR;
import static com.android.quickstep.TaskAnimationManager.ENABLE_SHELL_TRANSITIONS;
import com.android.systemui.shared.system.RemoteAnimationTargetCompat;
import java.util.ArrayList;
@@ -114,10 +112,6 @@ public class RemoteAnimationTargets {
}
public void release() {
if (ENABLE_SHELL_TRANSITIONS) {
mReleaseChecks.clear();
return;
}
if (mReleased) {
return;
}