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

Commit d529f43a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update top resumed activity after adjust focus stack."

parents 166e30c7 fdfd4573
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3617,6 +3617,10 @@ class ActivityStack extends ConfigurationContainer {
        }

        stack.moveToFront(myReason);
        // Top display focused stack is changed, update top resumed activity if needed.
        if (stack.mResumedActivity != null) {
            mStackSupervisor.updateTopResumedActivityIfNeeded();
        }
        return stack;
    }