Skip to content

Commit

Permalink
feat(GiniCaptureSDK): Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaIancu-Gini committed Jan 8, 2024
1 parent 7b10d74 commit f1bb4aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ final class CameraPane: UIView {
light: UIColor.GiniCapture.dark1,
dark: UIColor.GiniCapture.dark1).uiColor().withAlphaComponent(0.4)
captureButton.setTitle("", for: .normal)
captureButton.accessibilityIdentifier = "CaptureButton"
thumbnailView.isHidden = true
fileUploadButton.setupButton(with: UIImageNamedPreferred(named: "folder") ?? UIImage(),
name: NSLocalizedStringPreferredFormat("ginicapture.camera.fileImportButtonLabel",
Expand Down

0 comments on commit f1bb4aa

Please sign in to comment.