Skip to content

Commit 0fcca78

Browse files
author
farfromrefug
committed
chore(android): update
1 parent 9b45e87 commit 0fcca78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-cameraview/platforms/ios/src/NSCameraView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public class NSCameraView: UIView, NextLevelVideoDelegate, NextLevelPhotoDelegat
160160
return self.nextLevel?.canCaptureVideo ?? false
161161
}
162162
}
163-
public func capturePhoto() {
163+
public func capturePhoto(_ options: String) {
164164
if let nextLevel = self.nextLevel , self.canCapturePhoto {
165165
if ( nextLevel.captureMode == NextLevelCaptureMode.photo) {
166166
nextLevel.capturePhoto()

0 commit comments

Comments
 (0)