Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2bdc3a8 authored by d34d's avatar d34d Committed by Andy Mast
Browse files

Cancel error timeout when enrollment finished

Change-Id: I9c019a7747d70c516788db3741d915200b3ec0e3
parent d98f4137
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -464,6 +464,7 @@ public class EnrollFingerprint extends SettingsActivity
                    mCompletedCheckmark.setVisibility(View.VISIBLE);
                    mStepsCompleted.setText(R.string.fingerprint_enrollment_done_label);
                    mProcessingProgress.setVisibility(View.GONE);
                    cancelEnrollmentStepTimeout();

                    // Hide add another if at max number of enrolled fingerprints
                    List<Fingerprint> enrolled = mFpM.getEnrolledFingerprints();