Merge "[Overview Actions] Reset the modal task view when rotate from select mode." into ub-launcher3-rvc-qpr-dev

This commit is contained in:
TreeHugger Robot
2020-08-13 18:42:46 +00:00
committed by Android (Google) Code Review

View File

@@ -1729,6 +1729,7 @@ public abstract class RecentsView<T extends StatefulActivity> extends PagedView
// animation.
if (mActivity.isInState(OVERVIEW_MODAL_TASK)) {
mActivity.getStateManager().goToState(LauncherState.OVERVIEW, false);
resetModalVisuals();
}
}