mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 18:28:20 +00:00
Merge "Prevent long press nav handle invocation when quick switching between apps." into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
31689cad69
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user