Loading quickstep/src/com/android/quickstep/views/RecentsView.java +3 −0 Original line number Diff line number Diff line Loading @@ -2073,6 +2073,9 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T if (mOrientationState.setGestureActive(true)) { setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), rotationTouchHelper.getDisplayRotation()); // Force update to ensure the initial task size is computed even if the orientation has // not changed. updateSizeAndPadding(); } showCurrentTask(runningTaskInfo); Loading Loading
quickstep/src/com/android/quickstep/views/RecentsView.java +3 −0 Original line number Diff line number Diff line Loading @@ -2073,6 +2073,9 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T if (mOrientationState.setGestureActive(true)) { setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), rotationTouchHelper.getDisplayRotation()); // Force update to ensure the initial task size is computed even if the orientation has // not changed. updateSizeAndPadding(); } showCurrentTask(runningTaskInfo); Loading