Skip to content

Commit

Permalink
Settings: Do not skip fp authentication for udfps
Browse files Browse the repository at this point in the history
This shows the udfps overlay in fingerprint settings, keeping the
same behaviour as capactive fingerprint, which allows us to
highlight the enrolled fingerprint on scanning.

Change-Id: I22278fec94c467155a48ec510628cf028aadbe43
  • Loading branch information
ghostrider-reborn authored and basamaryan committed Jul 18, 2023
1 parent ceac07b commit a5b7308
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -319,11 +319,6 @@ protected void handleError(int errMsgId, CharSequence msg) {
}

private void retryFingerprint() {
if (isUdfps()) {
// Do not authenticate for UDFPS devices.
return;
}

if (mRemovalSidecar.inProgress()
|| 0 == mFingerprintManager.getEnrolledFingerprints(mUserId).size()) {
return;
Expand Down

0 comments on commit a5b7308

Please sign in to comment.