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

Commit 987c97c5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Reduced next button enabled delay to 8 seconds" into qt-dev

parents 27de8ae0 51243e30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,8 +49,8 @@ public class FaceEnrollEducation extends BiometricEnrollBase {
    private static final String TAG = "FaceEducation";
    private static final int ON = 1;
    private static final int OFF = 0;
    // 10 seconds.
    private static final long FACE_ENROLL_EDUCATION_DELAY = 16000;
    // 8 seconds.
    private static final long FACE_ENROLL_EDUCATION_DELAY = 8000;

    private FaceManager mFaceManager;
    private FaceEnrollAccessibilityToggle mSwitchDiversity;