Merge pull request #7469 from vector-im/andy/qr_code

Start QR scanning when camera ready
This commit is contained in:
Anderas
2023-04-03 17:36:23 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
@@ -196,7 +196,7 @@ final class QRCodeReaderView: UIView {
extension QRCodeReaderView: ZXCaptureDelegate {
func captureCameraIsReady(_ capture: ZXCapture!) {
isScanning = true
startScanning()
}
func captureResult(_ capture: ZXCapture!, result: ZXResult!) {