remove semicolon

This commit is contained in:
Adam Velebil 2022-09-15 14:55:47 +02:00
parent 02222d3764
commit 4584a48621
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084

View File

@ -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)