Cleanup
This commit is contained in:
parent
8217b0bea0
commit
56d7ced633
2 changed files with 16 additions and 12 deletions
|
|
@ -106,7 +106,7 @@ private fun Content(
|
|||
QrCodeCameraView(
|
||||
modifier = Modifier.fillMaxSize(),
|
||||
onScanQrCode = { state.eventSink.invoke(QrCodeScanEvents.QrCodeScanned(it)) },
|
||||
renderPreview = state.isScanning,
|
||||
isScanning = state.isScanning,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue