Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7dc9b7b7 authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

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
parent 58613adc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;