Skip to content

Commit

Permalink
Fix missing trigger in capture() for iOS, resolving capture functiona…
Browse files Browse the repository at this point in the history
…lity failure (#69)
  • Loading branch information
onseok authored Mar 11, 2024
1 parent fdc9c06 commit a52d63c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ actual class PeekabooCameraState(
}

actual fun capture() {
isCapturing = true
triggerCaptureAnchor?.invoke()
}

internal fun stopCapturing() {
Expand Down

0 comments on commit a52d63c

Please # to comment.