ソースを参照

Merge pull request #484 from gemunet/issue-388

fix #388: avoid throwing unnecessary exception in IOs
flutter-beta
Julian Steenbakker 4年前
committed by GitHub
コミット
b96c95f7fb
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更0行の追加3行の削除
  1. +0
    -3
      ios/Classes/QRView.swift

+ 0
- 3
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)
}
})
}


読み込み中…
キャンセル
保存