[Overview Actions] Reset the modal task view when rotate from select mode.

Test: local
Bug: 161901771
Change-Id: I103e59ad68874db7fcb39556764d315983ac047c
This commit is contained in:
Becky Qiu
2020-08-12 17:17:00 -07:00
parent cbe1fc063d
commit ba6fec3eae
@@ -1718,6 +1718,7 @@ public abstract class RecentsView<T extends StatefulActivity> extends PagedView
// animation.
if (mActivity.isInState(OVERVIEW_MODAL_TASK)) {
mActivity.getStateManager().goToState(LauncherState.OVERVIEW, false);
resetModalVisuals();
}
}