Merge "Fix wakeAndUnlock immediately after sleep." into tm-dev

This commit is contained in:
Josh Tsuji
2022-05-02 16:44:30 +00:00
committed by Android (Google) Code Review

View File

@@ -4456,6 +4456,13 @@ public class CentralSurfacesImpl extends CoreStartable implements
updateDozingState();
mDozeServiceHost.updateDozing();
updateScrimController();
if (mBiometricUnlockController.isWakeAndUnlock()) {
// Usually doze changes are to/from lockscreen/AOD, but if we're wake and
// unlocking we should hide the keyguard ASAP if necessary.
updateIsKeyguard();
}
updateReportRejectedTouchVisibility();
Trace.endSection();
}