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

Commit 597ee67d authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

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

am: 56b747fb

Change-Id: I9ab62dbe811757f8638e31296c61f09da0fd82a6
parents e0262f78 56b747fb
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();