Merge "Fix face auth not triggering after lock icon pressed" into qt-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0d0bf428b9
@@ -1403,6 +1403,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected void handleStartedGoingToSleep(int arg1) {
|
protected void handleStartedGoingToSleep(int arg1) {
|
||||||
|
mLockIconPressed = false;
|
||||||
clearBiometricRecognized();
|
clearBiometricRecognized();
|
||||||
final int count = mCallbacks.size();
|
final int count = mCallbacks.size();
|
||||||
for (int i = 0; i < count; i++) {
|
for (int i = 0; i < count; i++) {
|
||||||
@@ -1438,7 +1439,6 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void handleScreenTurnedOff() {
|
private void handleScreenTurnedOff() {
|
||||||
mLockIconPressed = false;
|
|
||||||
mHardwareFingerprintUnavailableRetryCount = 0;
|
mHardwareFingerprintUnavailableRetryCount = 0;
|
||||||
mHardwareFaceUnavailableRetryCount = 0;
|
mHardwareFaceUnavailableRetryCount = 0;
|
||||||
final int count = mCallbacks.size();
|
final int count = mCallbacks.size();
|
||||||
|
|||||||
Reference in New Issue
Block a user