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

Commit 955c8349 authored by Joe Bolinger's avatar Joe Bolinger
Browse files

Prevent multi-sensor enrollment from doing nothing.

Fix: 186499864
Test: manual (setup with managed account)
Change-Id: If2b2623b2e348ef9d335c81189dbe23e4fe5f003
parent f396c0af
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();