mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Support 4-finger gesture to quick switch
Fixes: 270610237 Test: 4-finger horizontal swipe -> quick switch Change-Id: I981a7e93ecd07357c7a9cda075f476b397c448cc
This commit is contained in:
@@ -249,7 +249,7 @@ public class OverviewCommandHelper {
|
||||
}
|
||||
|
||||
GestureState gestureState = mService.createGestureState(GestureState.DEFAULT_STATE,
|
||||
false /* isTrackpadGesture */);
|
||||
GestureState.TrackpadGestureType.NONE);
|
||||
gestureState.setHandlingAtomicEvent(true);
|
||||
AbsSwipeUpHandler interactionHandler = mService.getSwipeUpHandlerFactory()
|
||||
.newHandler(gestureState, cmd.createTime);
|
||||
|
||||
Reference in New Issue
Block a user