mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Fixing recents command not working properly in gesture mode
Bug: 185445289 Test: Manual Change-Id: I233ee493ea0d42bbfca14b17e921d907cc65da53
This commit is contained in:
@@ -179,6 +179,7 @@ public class OverviewCommandHelper {
|
||||
}
|
||||
|
||||
GestureState gestureState = mService.createGestureState(GestureState.DEFAULT_STATE);
|
||||
gestureState.setHandlingAtomicEvent(true);
|
||||
AbsSwipeUpHandler interactionHandler = mService.getSwipeUpHandlerFactory()
|
||||
.newHandler(gestureState, cmd.createTime);
|
||||
interactionHandler.setGestureEndCallback(
|
||||
|
||||
Reference in New Issue
Block a user