Преглед на файлове

fixed override onMethodCall to adhere interface

flutter-beta
Mauro Widman преди 7 години
родител
ревизия
ffb8d6c1f3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      android/src/main/kotlin/net/touchcapture/qr/flutterqr/QRView.kt

+ 1
- 1
android/src/main/kotlin/net/touchcapture/qr/flutterqr/QRView.kt Целия файл

@@ -136,7 +136,7 @@ class QRView(private val registrar: PluginRegistry.Registrar, id: Int) :
}


override fun onMethodCall(call: MethodCall?, result: MethodChannel.Result?) {
override fun onMethodCall(call: MethodCall, result: MethodChannel.Result) {
when(call?.method){
"checkAndRequestPermission" -> {
checkAndRequestPermission(result)


Зареждане…
Отказ
Запис