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

Commit 155e3133 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am d511bc17: Merge "[ActivityManager] Fix a bug: unable to start activity...

am d511bc17: Merge "[ActivityManager] Fix a bug: unable to start activity after starting activities during screen off."

* commit 'd511bc17':
  [ActivityManager] Fix a bug: unable to start activity after starting activities during screen off.
parents 6a14146b d511bc17
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2625,6 +2625,9 @@ final class ActivityStack {
        if (mResumedActivity == r) {
            mResumedActivity = null;
        }
        if (mPausingActivity == r) {
            mPausingActivity = null;
        }
        if (mService.mFocusedActivity == r) {
            mService.mFocusedActivity = null;
        }