Loading core/java/android/app/ActivityTransitionState.java +0 −3 Original line number Diff line number Diff line Loading @@ -239,9 +239,6 @@ class ActivityTransitionState { public void onResume(Activity activity, boolean isTopOfTask) { // After orientation change, the onResume can come in before the top Activity has // left, so if the Activity is not top, wait a second for the top Activity to exit. if (mCalledExitCoordinator == null) { return; // This is the called activity } if (isTopOfTask || mEnterTransitionCoordinator == null) { restoreExitedViews(); restoreReenteringViews(); Loading Loading
core/java/android/app/ActivityTransitionState.java +0 −3 Original line number Diff line number Diff line Loading @@ -239,9 +239,6 @@ class ActivityTransitionState { public void onResume(Activity activity, boolean isTopOfTask) { // After orientation change, the onResume can come in before the top Activity has // left, so if the Activity is not top, wait a second for the top Activity to exit. if (mCalledExitCoordinator == null) { return; // This is the called activity } if (isTopOfTask || mEnterTransitionCoordinator == null) { restoreExitedViews(); restoreReenteringViews(); Loading