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

Commit 86c78f89 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fix that Keyguard didn't always get onActivityDrawn call" into lmp-dev

parents 567ce199 4c499be0
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;
        }