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