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

Commit 7b54d579 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

am: 576351db

Change-Id: Iefd1d3ae5e8b1688c339a8b91bbbcf5de2131767
parents 03c6d371 576351db
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);