Loading quickstep/src/com/android/quickstep/views/RecentsView.java +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
quickstep/src/com/android/quickstep/views/RecentsView.java +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading