Loading packages/SystemUI/src/com/android/systemui/biometrics/UdfpsController.java +7 −0 Original line number Diff line number Diff line Loading @@ -857,6 +857,13 @@ public class UdfpsController implements DozeReceiver, Dumpable { if (!isOptical()) { return; } // Check if the fingerprint is still pressed before proceeding if (mOnFingerDown) { Log.v(TAG, "Fingerprint is still pressed; skipping unconfigureDisplay."); return; } if (DeviceEntryUdfpsRefactor.isEnabled()) { if (mUdfpsDisplayMode != null) { mUdfpsDisplayMode.disable(null); // beverlt Loading Loading
packages/SystemUI/src/com/android/systemui/biometrics/UdfpsController.java +7 −0 Original line number Diff line number Diff line Loading @@ -857,6 +857,13 @@ public class UdfpsController implements DozeReceiver, Dumpable { if (!isOptical()) { return; } // Check if the fingerprint is still pressed before proceeding if (mOnFingerDown) { Log.v(TAG, "Fingerprint is still pressed; skipping unconfigureDisplay."); return; } if (DeviceEntryUdfpsRefactor.isEnabled()) { if (mUdfpsDisplayMode != null) { mUdfpsDisplayMode.disable(null); // beverlt Loading