resolved conflicts for merge of 123fb19d to master
Change-Id: Ie029b8d72eaf968a5224cd0b90d97b112d51ba35
This commit is contained in:
@@ -1348,9 +1348,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
|
||||
*/
|
||||
private void handleKeyguardReset() {
|
||||
if (DEBUG) Log.d(TAG, "handleKeyguardReset");
|
||||
if (!isUnlockingWithFingerprintAllowed()) {
|
||||
updateFingerprintListeningState();
|
||||
}
|
||||
updateFingerprintListeningState();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -1051,6 +1051,7 @@ public class KeyguardViewMediator extends SystemUI {
|
||||
// Without this, settings is not enabled until the lock screen first appears
|
||||
setShowingLocked(false);
|
||||
hideLocked();
|
||||
mUpdateMonitor.reportSuccessfulStrongAuthUnlockAttempt();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user