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

Commit 37ba5dd0 authored by Andreas Agvard's avatar Andreas Agvard Committed by Automerger Merge Worker
Browse files

Merge "Prevent long press nav handle invocation when quick switching between...

Merge "Prevent long press nav handle invocation when quick switching between apps." into udc-qpr-dev am: 31689cad

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/24483110



Change-Id: I0996c639d301f253fad780a6396e71d3c5bf1e73
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 3744f371 31689cad
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -914,7 +914,8 @@ public class TouchInteractionService extends Service {
                    base = new TaskbarUnstashInputConsumer(this, base, mInputMonitorCompat, tac,
                            mOverviewCommandHelper);
                }
            } else if (canStartSystemGesture && FeatureFlags.ENABLE_LONG_PRESS_NAV_HANDLE.get()) {
            } else if (canStartSystemGesture && FeatureFlags.ENABLE_LONG_PRESS_NAV_HANDLE.get()
                    && !previousGestureState.isRecentsAnimationRunning()) {
                base = new NavHandleLongPressInputConsumer(this, base, mInputMonitorCompat);
            }