Add a TODO

This commit is contained in:
Pierre-Yves Nicolas
2025-05-10 09:33:09 +02:00
parent 806c1b0a60
commit 260cdce8fc

View File

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