Merge "Remove keyguard state from onAnimationCancelled"

This commit is contained in:
Robin Lee
2023-04-20 16:51:05 +00:00
committed by Android (Google) Code Review
4 changed files with 8 additions and 12 deletions
@@ -1841,8 +1841,8 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
}
@Override
public void onAnimationCancelled(boolean isKeyguardOccluded) {
mDelegate.onAnimationCancelled(isKeyguardOccluded);
public void onAnimationCancelled() {
mDelegate.onAnimationCancelled();
}
}