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

Commit f95e7f90 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

Change-Id: I6baf91aa5b558616e3d30aaa2edbdbc0f47072c3
parents d3f4a27c 62a02185
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) {