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

Commit 576351db authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Merge "Fix the behavior of keyguard bouncer in a corner case"

am: 69976605

Change-Id: Iece0a3dd1f997b4848095a68ea4dc968966e4e70
parents bc334745 69976605
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -226,6 +226,7 @@ public class KeyguardBouncer {
            mShowingSoon = false;
            if (mExpansion == EXPANSION_VISIBLE) {
                mKeyguardView.onResume();
                mKeyguardView.resetSecurityContainer();
            }
            StatsLog.write(StatsLog.KEYGUARD_BOUNCER_STATE_CHANGED,
                StatsLog.KEYGUARD_BOUNCER_STATE_CHANGED__STATE__SHOWN);