Merge "Don't recreate touch controllers when ending gesture" into sc-v2-dev

This commit is contained in:
Tony Wickham 2021-07-27 17:05:58 +00:00 committed by Android (Google) Code Review
commit 42fe934768
1 changed files with 1 additions and 1 deletions

View File

@ -1865,7 +1865,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
public void onGestureAnimationEnd() {
mGestureActive = false;
if (mOrientationState.setGestureActive(false)) {
updateOrientationHandler();
updateOrientationHandler(/* forceRecreateDragLayerControllers = */ false);
}
setEnableFreeScroll(true);