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

Commit 7f7dc723 authored by d34d's avatar d34d Committed by Gerrit Code Review
Browse files

SysUI: Call dismiss() in executeAfterKeyguardGoneAction

This ensures StatusBarKeyguardViewManager is in the correct state
when the keyguard is being dismissed with an end action.

Change-Id: If60da2c699dc430a62ec3ffab44bffcb4e4665fb
TICKET: CYNGNOS-2053
parent ece3b421
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -387,6 +387,7 @@ public class StatusBarKeyguardViewManager {

    private void executeAfterKeyguardGoneAction() {
        if (mAfterKeyguardGoneAction != null) {
            dismiss();
            mAfterKeyguardGoneAction.onDismiss();
            mAfterKeyguardGoneAction = null;
        }