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