mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-22 17:09:20 +08:00
App Crash with Background fetch plugin cleared
This commit is contained in:
parent
8455f159f6
commit
f7b09a9272
@ -16,11 +16,13 @@ class BarcodeScanPlugin(val activity: Activity): MethodCallHandler,
|
||||
@JvmStatic
|
||||
fun registerWith(registrar: Registrar): Unit {
|
||||
val channel = MethodChannel(registrar.messenger(), "com.apptreesoftware.barcode_scan")
|
||||
if (registrar.activity() != null) {
|
||||
val plugin = BarcodeScanPlugin(registrar.activity())
|
||||
channel.setMethodCallHandler(plugin)
|
||||
registrar.addActivityResultListener(plugin)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
override fun onMethodCall(call: MethodCall, result: Result): Unit {
|
||||
if (call.method.equals("scan")) {
|
||||
|
Loading…
Reference in New Issue
Block a user