Cancel ongoing dismiss animation when Launcher state changes.

Fix: 410744889
Test: Manual
Flag: com.android.launcher3.enable_expressive_dismiss_task_motion
Change-Id: I5e81de6762e7d0ea47f8574599901aac1bb8bb77
This commit is contained in:
Pat Manning
2025-04-23 17:49:51 +01:00
parent b28d1fc453
commit 9ee290e81f
14 changed files with 57 additions and 9 deletions
@@ -60,6 +60,7 @@ public class ActivityContextWrapper extends BaseContext {
@Override
public void recreateControllers() {
super.recreateControllers();
mControllers = new TouchController[0];
}
}