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

Commit 0842cc9a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Prevent multi-sensor enrollment from doing nothing." into sc-dev

parents bf5dd80d 955c8349
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -271,7 +271,7 @@ public class BiometricEnrollActivity extends InstrumentedActivity {
        mIsFingerprintEnrollable = fingerprintManager.getEnrolledFingerprints(mUserId).size()
                < fpProperties.get(0).maxEnrollmentsPerUser;

        if (!mConfirmingCredentials && mGkPwHandle == null) {
        if (!mConfirmingCredentials) {
            mConfirmingCredentials = true;
            if (!userHasPassword(mUserId)) {
                launchChooseLock();