Merge "Reset TaskView transformations on orientationHandler change" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-10-04 19:05:43 +00:00
committed by Android (Google) Code Review

View File

@@ -1724,6 +1724,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
// Changed orientations, update controllers so they intercept accordingly.
mActivity.getDragLayer().recreateControllers();
onOrientationChanged();
resetTaskVisuals();
}
boolean isInLandscape = mOrientationState.getTouchRotation() != ROTATION_0