Loading packages/SystemUI/src/com/android/keyguard/DisabledUdfpsController.java +3 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,9 @@ public class DisabledUdfpsController extends ViewController<DisabledUdfpsView> i @Override public void onBiometricRunningStateChanged(boolean running, BiometricSourceType biometricSourceType) { mRunningFPS = running && biometricSourceType == FINGERPRINT; if (biometricSourceType == FINGERPRINT) { mRunningFPS = running; } mAuthenticated &= !mRunningFPS; updateButtonVisibility(); } Loading Loading
packages/SystemUI/src/com/android/keyguard/DisabledUdfpsController.java +3 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,9 @@ public class DisabledUdfpsController extends ViewController<DisabledUdfpsView> i @Override public void onBiometricRunningStateChanged(boolean running, BiometricSourceType biometricSourceType) { mRunningFPS = running && biometricSourceType == FINGERPRINT; if (biometricSourceType == FINGERPRINT) { mRunningFPS = running; } mAuthenticated &= !mRunningFPS; updateButtonVisibility(); } Loading