Add a TODO
This commit is contained in:
@@ -33,6 +33,7 @@ import java.util.concurrent.Executors
|
|||||||
fun CameraScreen(
|
fun CameraScreen(
|
||||||
onImageAnalyzed: (ImageProxy) -> Unit,
|
onImageAnalyzed: (ImageProxy) -> Unit,
|
||||||
) {
|
) {
|
||||||
|
// TODO Check the errors in the logs before the user gives the required authorization
|
||||||
val context = LocalContext.current
|
val context = LocalContext.current
|
||||||
val requestPermissionLauncher = rememberLauncherForActivityResult(
|
val requestPermissionLauncher = rememberLauncherForActivityResult(
|
||||||
ActivityResultContracts.RequestPermission()
|
ActivityResultContracts.RequestPermission()
|
||||||
|
|||||||
Reference in New Issue
Block a user