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

Commit d30e518f 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

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

Change-Id: I98d9a9a04064e9d599f33ee585f020bdd6c248a7
parents e3c1b7ec 65c9b03f
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) {