Settings: Fix face enroll stack overflow

Stack overflow occurs when enrolling face.

Buganizer: 381974811
Change-Id: I9c5ae8f07f5ce9174b270abfef313bcf12fd2c57
This commit is contained in:
hoffc
2024-12-03 15:13:58 +08:00
parent 262b9d9b41
commit e2c1316682

View File

@@ -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) {