Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7da16fc authored by edgar.huang's avatar edgar.huang Committed by android-build-merger
Browse files

Merge "Don't need to authenticate fingerprint when the fingerprint list is empty." am: 62a02185

am: f95e7f90

Change-Id: Ie6b48a64c62371cd276112b5b149fdf63341bb6f
parents de272fcd f95e7f90
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -278,7 +278,8 @@ public class FingerprintSettings extends SubSettings {
        }

        private void retryFingerprint() {
            if (mRemovalSidecar.inProgress()) {
            if (mRemovalSidecar.inProgress()
                    || 0 == mFingerprintManager.getEnrolledFingerprints(mUserId).size()) {
                return;
            }
            if (!mInFingerprintLockout) {