Loading quickstep/src/com/android/quickstep/views/RecentsView.java +0 −10 Original line number Diff line number Diff line Loading @@ -2615,16 +2615,6 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T @Override protected void onConfigurationChanged(Configuration newConfig) { super.onConfigurationChanged(newConfig); if (LIVE_TILE.get()) { switchToScreenshot( () -> finishRecentsAnimation(true /* toRecents */, this::onConfigurationChangedInternal)); } else { onConfigurationChangedInternal(); } } private void onConfigurationChangedInternal() { final int rotation = mActivity.getDisplay().getRotation(); if (mOrientationState.setRecentsRotation(rotation)) { updateOrientationHandler(); Loading Loading
quickstep/src/com/android/quickstep/views/RecentsView.java +0 −10 Original line number Diff line number Diff line Loading @@ -2615,16 +2615,6 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T @Override protected void onConfigurationChanged(Configuration newConfig) { super.onConfigurationChanged(newConfig); if (LIVE_TILE.get()) { switchToScreenshot( () -> finishRecentsAnimation(true /* toRecents */, this::onConfigurationChangedInternal)); } else { onConfigurationChangedInternal(); } } private void onConfigurationChangedInternal() { final int rotation = mActivity.getDisplay().getRotation(); if (mOrientationState.setRecentsRotation(rotation)) { updateOrientationHandler(); Loading