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

Commit 56b747fb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make sure to notify client after Keyguard has been dismissed" into oc-dev

parents f37b2718 4726ae36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1585,7 +1585,6 @@ public class KeyguardViewMediator extends SystemUI {
            updateInputRestricted();
        }

        mDismissCallbackRegistry.notifyDismissSucceeded();
        handleHide();
        Trace.endSection();
    }
@@ -1798,6 +1797,7 @@ public class KeyguardViewMediator extends SystemUI {
            resetKeyguardDonePendingLocked();
            mHideAnimationRun = false;
            adjustStatusBarLocked();
            mDismissCallbackRegistry.notifyDismissSucceeded();
            sendUserPresentBroadcast();
        }
        Trace.endSection();