Skip to content

Commit

Permalink
Disable Skip Button on Back ID Capture Screen (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshg authored Feb 1, 2024
1 parent aaa08f0 commit 4c455bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Bump CameraX to 1.3.0
- Removed `cameraConfig` from `PrepUploadResponse`
- Fixed a bug where, in some cases, logs may not be printed
- Removed the Skip Button from Back of ID Capture

## 10.0.3
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ internal fun <T : Parcelable> OrchestratedDocumentVerificationScreen(
showInstructions = showInstructions,
showAttribution = showAttribution,
allowGallerySelection = allowGalleryUpload,
showSkipButton = captureBothSides,
showSkipButton = false,
instructionsTitleText = stringResource(R.string.si_doc_v_instruction_back_title),
instructionsSubtitleText = stringResource(
id = R.string.si_doc_v_instruction_back_subtitle,
Expand Down

0 comments on commit 4c455bb

Please sign in to comment.