Merge "Don't need to authenticate fingerprint when the fingerprint list is empty." am: 62a021850f
am: f95e7f9056
am: e7da16fc8f
Change-Id: Idd10ba2234522c1679ebfbbc48c7bfda742f0a4e
This commit is contained in:
@@ -280,7 +280,8 @@ public class FingerprintSettings extends SubSettings {
|
||||
}
|
||||
|
||||
private void retryFingerprint() {
|
||||
if (mRemovalSidecar.inProgress()) {
|
||||
if (mRemovalSidecar.inProgress()
|
||||
|| 0 == mFingerprintManager.getEnrolledFingerprints(mUserId).size()) {
|
||||
return;
|
||||
}
|
||||
// Don't start authentication if ChooseLockGeneric is showing, otherwise if the user
|
||||
|
Reference in New Issue
Block a user