We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb2d22 commit 206b44aCopy full SHA for 206b44a
samples/camera/camerax/src/main/java/com/example/platform/camerax/basic/CameraXBasic.kt
@@ -99,8 +99,7 @@ fun CameraXBasic(modifier: Modifier = Modifier) {
99
showCapturedImage = showCapturedImage,
100
onShowCapturedImageChange = { showCapturedImage = it },
101
viewModel = viewModel,
102
- imageCaptureCallbackExecutor = imageCaptureCallbackExecutor,
103
- modifier = Modifier,
+ imageCaptureCallbackExecutor = imageCaptureCallbackExecutor
104
)
105
}
106
0 commit comments