Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17470220 authored by George Mount's avatar George Mount Committed by Android (Google) Code Review
Browse files

Merge "Removed improper check on mCalledExitCoordinator." into nyc-dev

parents 4bb4830b 056b7d54
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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();