Merge "Do not relaunch ConfirmLock after rotation"
This commit is contained in:
committed by
Android (Google) Code Review
commit
8eee9a942d
@@ -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());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user