Merge "Remove duplicate code" into tm-qpr-dev

This commit is contained in:
Diya Bera
2023-02-22 16:44:06 +00:00
committed by Android (Google) Code Review

View File

@@ -770,7 +770,6 @@ public class FingerprintEnrollEnrolling extends BiometricsEnrollEnrolling {
if (!TextUtils.isEmpty(helpString)) { if (!TextUtils.isEmpty(helpString)) {
if (!(mCanAssumeUdfps || mCanAssumeSfps)) { if (!(mCanAssumeUdfps || mCanAssumeSfps)) {
mErrorText.removeCallbacks(mTouchAgainRunnable); mErrorText.removeCallbacks(mTouchAgainRunnable);
mErrorText.removeCallbacks(mTouchAgainRunnable);
} }
showError(helpString); showError(helpString);
} }