Fixing recents command not working properly in gesture mode

Bug: 185445289
Test: Manual
Change-Id: I233ee493ea0d42bbfca14b17e921d907cc65da53
This commit is contained in:
Sunny Goyal
2021-04-16 11:58:52 -07:00
parent c874ccc163
commit dfc22b8ff1
3 changed files with 22 additions and 3 deletions

View File

@@ -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(