Skip to content

Commit 0ed949c

Browse files
tjleingThomas Leing
andauthored
fix(liveness): fix typo in state messages (#123)
Co-authored-by: Thomas Leing <[email protected]>
1 parent 1354652 commit 0ed949c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liveness/src/main/java/com/amplifyframework/ui/liveness/model/LivenessCheckState.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ internal sealed class LivenessCheckState(val instructionId: Int? = null, val isA
4343
R.string.amplify_ui_liveness_challenge_instruction_move_face_closer
4444
)
4545
fun withMultipleFaceMessage() = Running(
46-
R.string.amplify_ui_liveness_challenge_instruction_move_face_closer
46+
R.string.amplify_ui_liveness_challenge_instruction_multiple_faces_detected
4747
)
4848
fun withFaceOvalPosition(faceOvalPosition: FaceDetector.FaceOvalPosition) =
4949
Running(faceOvalPosition.instructionStringRes)

0 commit comments

Comments
 (0)