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

Commit 5e61e92f authored by George Mount's avatar George Mount Committed by android-build-merger
Browse files

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

am: 17470220

* commit '17470220':
  Removed improper check on mCalledExitCoordinator.

Change-Id: Idc64dc39fe704e382f598ca6102e452e079c6859
parents c6eaac81 17470220
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();