Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Copy Markdown
Contributor Author

@charleyf charleyf Apr 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what does following meant? @charleyf

It also adds an announcement (via hint text) when the selfie is captured.

@dawei-nava This is a leftover sentence that no longer reflects what I'm doing in the PR. Removed! Thanks

Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,12 @@ function AcuantSelfieCamera({
},
onOpened: () => {
// Camera has opened
onImageCaptureFeedback('');
onImageCaptureOpen();
},
onClosed: () => {
// Camera has closed
onImageCaptureFeedback('');
onImageCaptureClose();
},
onError: (error) => {
Expand Down