Merge "Guard TrackpadStatusBarInputConsumer with canStartSystemGesture" into udc-qpr-dev am: a6909d121a
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23620517 Change-Id: I5461b75f808f47a2aaad127fca120d26a87646c7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -936,7 +936,7 @@ public class TouchInteractionService extends Service
|
||||
}
|
||||
|
||||
if (ENABLE_TRACKPAD_GESTURE.get() && mGestureState.isTrackpadGesture()
|
||||
&& !previousGestureState.isRecentsAnimationRunning()) {
|
||||
&& canStartSystemGesture && !previousGestureState.isRecentsAnimationRunning()) {
|
||||
reasonString = newCompoundString(reasonPrefix)
|
||||
.append(SUBSTRING_PREFIX)
|
||||
.append("Trackpad 3-finger gesture, using TrackpadStatusBarInputConsumer");
|
||||
|
||||
Reference in New Issue
Block a user