mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 18:22:39 +03:00
remove semicolon
This commit is contained in:
parent
02222d3764
commit
4584a48621
@ -120,7 +120,7 @@ internal class QRScannerView(
|
|||||||
override fun dispose() {
|
override fun dispose() {
|
||||||
cameraProvider?.unbindAll()
|
cameraProvider?.unbindAll()
|
||||||
preview = null
|
preview = null
|
||||||
imageAnalysis?.clearAnalyzer();
|
imageAnalysis?.clearAnalyzer()
|
||||||
imageAnalysis = null
|
imageAnalysis = null
|
||||||
cameraExecutor.shutdown()
|
cameraExecutor.shutdown()
|
||||||
methodChannel.setMethodCallHandler(null)
|
methodChannel.setMethodCallHandler(null)
|
||||||
|
Loading…
Reference in New Issue
Block a user