Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimblebee committed Sep 10, 2024
1 parent 6507b93 commit ad3ed6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ internal suspend fun processVideoControlEvents(
videoCapture,
captureTypeSuffix,
context,
event.maxVideoDuration,
transientSettings,
event.videoCaptureUri,
event.shouldUseUri,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data class CameraAppSettings(
val audioMuted: Boolean = false,
val deviceRotation: DeviceRotation = DeviceRotation.Natural,
val concurrentCameraMode: ConcurrentCameraMode = ConcurrentCameraMode.OFF,
val maxVideoDurationMillis: Long = 5000
val maxVideoDurationMillis: Long = -1L
)

fun SystemConstraints.forCurrentLens(cameraAppSettings: CameraAppSettings): CameraConstraints? {
Expand Down

0 comments on commit ad3ed6e

Please sign in to comment.