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

Commit de028703 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix multiple biometrics enrollment flow" into sc-dev am: 65c9b03f am: d30e518f

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15165945

Change-Id: I091bedaccfde3ee417d2e9da758583495ce10b1d
parents 2a407d98 d30e518f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -215,9 +215,11 @@ public class FaceEnrollEducation extends BiometricEnrollBase {
    }

    protected void onSkipButtonClick(View view) {
        if (!BiometricUtils.tryStartingNextBiometricEnroll(this, ENROLL_NEXT_BIOMETRIC_REQUEST)) {
            setResult(RESULT_SKIP);
            finish();
        }
    }

    @Override
    protected void onActivityResult(int requestCode, int resultCode, Intent data) {