Loading packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java +3 −1 Original line number Diff line number Diff line Loading @@ -1814,8 +1814,10 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener { */ public void onLockIconPressed() { mLockIconPressed = true; mUserFaceAuthenticated.put(getCurrentUser(), false); final int userId = getCurrentUser(); mUserFaceAuthenticated.put(userId, false); updateFaceListeningState(); mStrongAuthTracker.onStrongAuthRequiredChanged(userId); } private void startListeningForFingerprint() { Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java +3 −1 Original line number Diff line number Diff line Loading @@ -1814,8 +1814,10 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener { */ public void onLockIconPressed() { mLockIconPressed = true; mUserFaceAuthenticated.put(getCurrentUser(), false); final int userId = getCurrentUser(); mUserFaceAuthenticated.put(userId, false); updateFaceListeningState(); mStrongAuthTracker.onStrongAuthRequiredChanged(userId); } private void startListeningForFingerprint() { Loading