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

Commit e2c13166 authored by hoffc's avatar hoffc
Browse files

Settings: Fix face enroll stack overflow

Stack overflow occurs when enrolling face.

Buganizer: 381974811
Change-Id: I9c5ae8f07f5ce9174b270abfef313bcf12fd2c57
parent 262b9d9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ public class FaceEnrollEnrolling extends BiometricsEnrollEnrolling {

    @Override
    protected void startEnrollmentInternal() {
        super.startEnrollment();
        super.startEnrollmentInternal();
        mPreviewFragment = (FaceEnrollPreviewFragment) getSupportFragmentManager()
                .findFragmentByTag(TAG_FACE_PREVIEW);
        if (mPreviewFragment == null) {