diff options
| author | 2024-10-24 11:27:06 +0200 | |
|---|---|---|
| committer | 2024-10-24 11:27:06 +0200 | |
| commit | 7dc9b7b77170cadc09686ac8ad63bcd722d1a790 (patch) | |
| tree | dd2654f890ec4291fd1f45b8f23ebacc713dc21d | |
| parent | 58613adcee67815b70fb7716d957ed5e5683cba8 (diff) | |
Fix back gesture not being handled by BackAnimationController
Bug: 375342507
Flag: EXEMPT bugfix
Test: BackAnimationControllerTest
Test: Manual, i.e. verify that issue of back gesture touch events being sent to app is not reproducible with fix.
Change-Id: I45b46e5aca3bc42db2fbaf518f65061bb11062b4
| -rw-r--r-- | libs/WindowManager/Shell/src/com/android/wm/shell/back/BackAnimationController.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/back/BackAnimationController.java b/libs/WindowManager/Shell/src/com/android/wm/shell/back/BackAnimationController.java index e4db7b636ed9..dca9881ae62a 100644 --- a/libs/WindowManager/Shell/src/com/android/wm/shell/back/BackAnimationController.java +++ b/libs/WindowManager/Shell/src/com/android/wm/shell/back/BackAnimationController.java @@ -985,7 +985,6 @@ public class BackAnimationController implements RemoteCallable<BackAnimationCont ProtoLog.d(WM_SHELL_BACK_PREVIEW, "BackAnimationController: finishBackNavigation()"); mActiveCallback = null; mApps = null; - mShouldStartOnNextMoveEvent = false; mOnBackStartDispatched = false; mThresholdCrossed = false; mPointersPilfered = false; |