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

Commit e0e07dab authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Settings: Fix face enroll stack overflow" into main

parents cdca9397 e2c13166
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) {