Procházet zdrojové kódy

Merge pull request #484 from gemunet/issue-388

fix #388: avoid throwing unnecessary exception in IOs
flutter-beta
Julian Steenbakker před 4 roky
committed by GitHub
rodič
revize
b96c95f7fb
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. +0
    -3
      ios/Classes/QRView.swift

+ 0
- 3
ios/Classes/QRView.swift Zobrazit soubor

@@ -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)
}
})
}


Načítá se…
Zrušit
Uložit