mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
fix: Allow sheet to be closed
This commit is contained in:
parent
add9c8cde5
commit
55e00c132a
@ -71,9 +71,7 @@ fun VideoRecorderPreparationSheet(
|
||||
onPreviewHidden: () -> Unit,
|
||||
onStartRecording: () -> Unit,
|
||||
) {
|
||||
val sheetState = rememberModalBottomSheetState(true) { sheetValue ->
|
||||
false
|
||||
}
|
||||
val sheetState = rememberModalBottomSheetState(true)
|
||||
|
||||
val context = LocalContext.current
|
||||
val cameras = CameraInfo.queryAvailableCameras(context)
|
||||
|
Loading…
x
Reference in New Issue
Block a user