diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index 64c31740e0..376cb31a90 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java @@ -388,6 +388,8 @@ public abstract class RecentsView finishRecentsAnimation(true /* toRecents */, + this::onConfigurationChangedInternal)); + mEnableDrawingLiveTile = false; + } else { + onConfigurationChangedInternal(); + } + mOrientation = newConfig.orientation; + } + + private void onConfigurationChangedInternal() { final int rotation = mActivity.getDisplay().getRotation(); if (mOrientationState.setRecentsRotation(rotation)) { updateOrientationHandler();