mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Merge "Remove keyguard state from onAnimationCancelled" into udc-dev
This commit is contained in:
@@ -556,7 +556,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