Skip to content

Commit 62be941

Browse files
committed
fix: Fix missing self for delegate
1 parent 86b3b9e commit 62be941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/ios/Core/CameraSession.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class CameraSession: NSObject, AVCaptureVideoDataOutputSampleBufferDelegate, AVC
163163

164164
// Notify about Camera initialization
165165
if difference.inputChanged {
166-
delegate?.onSessionInitialized()
166+
self.delegate?.onSessionInitialized()
167167
}
168168
} catch {
169169
self.onConfigureError(error)

0 commit comments

Comments
 (0)