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

Commit eba6d5db authored by Rubin Xu's avatar Rubin Xu
Browse files

Do not relaunch ConfirmLock after rotation

Bug: 122712696
Test: manual
Change-Id: I44fdbdb54b42c3a680bd83fc21c00e5769b83151
parent cd829ace
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ public abstract class BiometricEnrollIntroduction extends BiometricEnrollBase
        if (!mHasPassword) {
            // No password registered, launch into enrollment wizard.
            launchChooseLock();
        } else {
        } else if (!mLaunchedConfirmLock || mToken == null) {
            launchConfirmLock(getConfirmLockTitleResId(), getChallenge());
        }
    }