Skip to content

Commit 206b44a

Browse files
committed
Update CameraXBasic.kt
1 parent 4cb2d22 commit 206b44a

File tree

1 file changed

+1
-2
lines changed
  • samples/camera/camerax/src/main/java/com/example/platform/camerax/basic

1 file changed

+1
-2
lines changed

samples/camera/camerax/src/main/java/com/example/platform/camerax/basic/CameraXBasic.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ fun CameraXBasic(modifier: Modifier = Modifier) {
9999
showCapturedImage = showCapturedImage,
100100
onShowCapturedImageChange = { showCapturedImage = it },
101101
viewModel = viewModel,
102-
imageCaptureCallbackExecutor = imageCaptureCallbackExecutor,
103-
modifier = Modifier,
102+
imageCaptureCallbackExecutor = imageCaptureCallbackExecutor
104103
)
105104
}
106105
}

0 commit comments

Comments
 (0)