Disable recents gesture when split animation running in shell
* Pass in SysUiState flag to disable and re-enable system gestures in TouchInteractionService. * We disable gestures on any transitions that StageCoordinator itself starts * We re-enable on the finishCallback of the tranisiton for success cases or anywhere else downstream of startAnimation() where we return early. We also re-enable on all places the split unsupported toast is currently shown. Bug: 286509643 Test: Invoked split in various ways and immediately swiping up after split is created doesn't repro bug Change-Id: I3486274edeebc000b55a262be34b7f5cdeab63a4
Loading
Please register or sign in to comment