Преглед изворни кода

release camera when widget dispose

flutter-beta
Leon пре 7 година
committed by GitHub
родитељ
комит
73817d0087
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 2 додато и 1 уклоњено
  1. +2
    -1
      android/src/main/kotlin/net/touchcapture/qr/flutterqr/QRView.kt

+ 2
- 1
android/src/main/kotlin/net/touchcapture/qr/flutterqr/QRView.kt Прегледај датотеку

@@ -88,6 +88,7 @@ class QRView(context: Context, private val registrar: PluginRegistry.Registrar,
}

override fun dispose() {
barcodeView.pause()
}

private inner class CameraRequestPermissionsListener : PluginRegistry.RequestPermissionsResultListener {
@@ -143,4 +144,4 @@ class QRView(context: Context, private val registrar: PluginRegistry.Registrar,
}
}

}
}

Loading…
Откажи
Сачувај