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

Commit 339878e1 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 3d9509d3: am ddf411d6: Merge "Fix that Keyguard didn\'t always get...

am 3d9509d3: am ddf411d6: Merge "Fix that Keyguard didn\'t always get onActivityDrawn call" into lmp-dev

* commit '3d9509d3bc6409a5600d23e1ded2eaa431c0cad9':
  Fix that Keyguard didn't always get onActivityDrawn call
parents 36096409 b55f1700
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1492,6 +1492,9 @@ final class ActivityStack {
            ActivityOptions.abort(options);
            if (DEBUG_STATES) Slog.d(TAG, "resumeTopActivityLocked: Top activity resumed " + next);
            if (DEBUG_STACK) mStackSupervisor.validateTopActivitiesLocked();

            // Make sure to notify Keyguard as well if it is waiting for an activity to be drawn.
            mStackSupervisor.notifyActivityDrawnForKeyguard();
            return false;
        }