summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Johannes Gallmann <gallmann@google.com> 2024-10-24 11:27:06 +0200
committer Johannes Gallmann <gallmann@google.com> 2024-10-24 11:27:06 +0200
commit7dc9b7b77170cadc09686ac8ad63bcd722d1a790 (patch)
treedd2654f890ec4291fd1f45b8f23ebacc713dc21d
parent58613adcee67815b70fb7716d957ed5e5683cba8 (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.java1
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;