packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/BiometricsUnlockControllerTest.java
+3
−1
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Device was previously running MODE_ONLY_WAKE, so the user would instead see an unlocked lock screen when authenticating while the screen off animation was running. We also need to make sure the pendingLock (from goingToSleep) is reset to false, because one we start waking up from the biometric unlock, onStartedWakingUp is called and will attempt to handle any pending locks. Therefore, onKeyguardDone, let's remove the pending lock so that user doesn't get put back on the locked lock screen right after authenticating while the device was going to sleep. Test: manual Test: atest SystemUITests Fixes: 219478467 Change-Id: Ie52822bfeb9323fc2df942331da42f9654fadd96