fix: Fix missing self
for delegate
This commit is contained in:
parent
86b3b9e1d7
commit
62be941dbb
@ -163,7 +163,7 @@ class CameraSession: NSObject, AVCaptureVideoDataOutputSampleBufferDelegate, AVC
|
||||
|
||||
// Notify about Camera initialization
|
||||
if difference.inputChanged {
|
||||
delegate?.onSessionInitialized()
|
||||
self.delegate?.onSessionInitialized()
|
||||
}
|
||||
} catch {
|
||||
self.onConfigureError(error)
|
||||
|
Loading…
Reference in New Issue
Block a user