mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Start QR scanning when camera ready
This commit is contained in:
@@ -196,7 +196,7 @@ final class QRCodeReaderView: UIView {
|
||||
extension QRCodeReaderView: ZXCaptureDelegate {
|
||||
|
||||
func captureCameraIsReady(_ capture: ZXCapture!) {
|
||||
isScanning = true
|
||||
startScanning()
|
||||
}
|
||||
|
||||
func captureResult(_ capture: ZXCapture!, result: ZXResult!) {
|
||||
|
||||
1
changelog.d/pr-7469.bugfix
Normal file
1
changelog.d/pr-7469.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
QR verification: Start scanning as soon as camera ready
|
||||
Reference in New Issue
Block a user