Procházet zdrojové kódy

release camera when widget dispose

flutter-beta
Leon před 7 roky
committed by GitHub
rodič
revize
73817d0087
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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 Zobrazit soubor

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

}
}

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