Browse Source

ImageViewer, iOS camera modifier

pull/2306/merge
dima.avdeev 1 year ago
parent
commit
3fdac4299c
  1. 2
      examples/imageviewer/shared/src/iosMain/kotlin/example/imageviewer/view/CameraView.ios.kt

2
examples/imageviewer/shared/src/iosMain/kotlin/example/imageviewer/view/CameraView.ios.kt

@ -79,7 +79,7 @@ actual fun CameraView(
}
}
Box(
Modifier.fillMaxSize().background(Color.Black),
modifier.fillMaxSize().background(Color.Black),
contentAlignment = Alignment.Center
) {
when (cameraAccess) {

Loading…
Cancel
Save