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

Commit 4f621cc3 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: I2aed0df46a1c1c13f6c1f5acb1a415c261643953
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();