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

Commit 075cee61 authored by Curtis Belmonte's avatar Curtis Belmonte Committed by Android (Google) Code Review
Browse files

Merge "Fix string for face auth positional help messages" into sc-dev

parents 0bf57f53 1674d0da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1392,7 +1392,7 @@ public class FaceManager implements BiometricAuthenticator, BiometricFaceConstan
            case FACE_ACQUIRED_PAN_TOO_EXTREME:
            case FACE_ACQUIRED_TILT_TOO_EXTREME:
            case FACE_ACQUIRED_ROLL_TOO_EXTREME:
                return context.getString(R.string.face_acquired_not_detected);
                return context.getString(R.string.face_acquired_poor_gaze);

            // Provide more detailed feedback for other soft errors.
            case FACE_ACQUIRED_INSUFFICIENT: