mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Remove keyguard state from onAnimationCancelled
Reason for revert: b/276433230 Test: atest CtsWindowManagerDeviceTestCases:KeyguardTests Test: atest PowerKeyGestureTests Bug: 276433230 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:11e6fdd982ab7e6df951dcfe97948f81a8f36d75) Merged-In: I62d760206dfd13ba4de7a77d2906b0f90bd2c343 Change-Id: I62d760206dfd13ba4de7a77d2906b0f90bd2c343
This commit is contained in:
committed by
Cherrypicker Worker
parent
43327eb082
commit
7e5594928c
@@ -517,7 +517,7 @@ public class SplitSelectStateController {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAnimationCancelled(boolean isKeyguardOccluded) {
|
||||
public void onAnimationCancelled() {
|
||||
postAsyncCallback(mHandler, () -> {
|
||||
if (mSuccessCallback != null) {
|
||||
// Launching legacy tasks while recents animation is running will always cause
|
||||
|
||||
Reference in New Issue
Block a user