-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
As title says.
When I try to read some damaged QR-Codes, it sometimes reads as barcode and causes confusion and errors, I need to make it read only QR-Codes
QrScanner(
modifier = Modifier,
flashlightOn = flashlightOn,
cameraLens = cameraLens,
openImagePicker = false,
onCompletion = {
onCompletion(it)
},
imagePickerHandler = {
openImagePicker = it
},
onFailure = {
coroutineScope.launch {
if (it.isEmpty()) {
appState.snackbarHostState.showSnackbar("Invalid qr code")
} else {
appState.snackbarHostState.showSnackbar(it)
}
}
},
)Micoder-dev and Mad-Chuck
Metadata
Metadata
Assignees
Labels
No labels