MLBarcodeScanner
MLBarcodeScanner copied to clipboard
previewView!!.display is null
If Activity is opened second time previewView.display is null, throwing from here
previewUseCase = Preview.Builder()
.setTargetAspectRatio(screenAspectRatio)
.setTargetRotation(previewView!!.display.rotation)
.build()