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

Commit 7c09ab32 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Trigger app transition explicitly when nothing gets resumed" into...

Merge "Trigger app transition explicitly when nothing gets resumed" into rvc-dev am: 44fb3a97 am: 2e45da9f am: 14311228 am: 7e76f685

Change-Id: I28b5ae89032503c0b9d32ba767647d6422445a14
parents 42387138 7e76f685
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2638,6 +2638,9 @@ class ActivityStack extends Task {
            mRootWindowContainer.ensureVisibilityAndConfig(null /* starting */,
                    getDisplay().mDisplayId, false /* markFrozenIfConfigChanged */,
                    false /* deferResume */);
            // Usually resuming a top activity triggers the next app transition, but nothing's got
            // resumed in this case, so we need to execute it explicitly.
            getDisplay().mDisplayContent.executeAppTransition();
        } else {
            mRootWindowContainer.resumeFocusedStacksTopActivities();
        }