Skip to content

Commit

Permalink
Start QR scanning when camera ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderas committed Apr 3, 2023
1 parent 54800f3 commit 4cfaf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Riot/Modules/QRCode/Reader/QRCodeReaderView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ final class QRCodeReaderView: UIView {
extension QRCodeReaderView: ZXCaptureDelegate {

func captureCameraIsReady(_ capture: ZXCapture!) {
isScanning = true
startScanning()
}

func captureResult(_ capture: ZXCapture!, result: ZXResult!) {
Expand Down

0 comments on commit 4cfaf6c

Please sign in to comment.