Julian Steenbakker
4 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
0 aggiunte e
3 eliminazioni
-
ios/Classes/QRView.swift
|
|
|
@@ -207,9 +207,6 @@ public class QRView:NSObject,FlutterPlatformView { |
|
|
|
let scanError = FlutterError(code: "unknown-error", message: "Unable to start scanning", details: error) |
|
|
|
result(scanError) |
|
|
|
} |
|
|
|
} else { |
|
|
|
let error = FlutterError(code: "cameraPermission", message: "Permission denied to access the camera", details: nil) |
|
|
|
result(error) |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
|