mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-19 07:15:25 +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,
|
onPreviewHidden: () -> Unit,
|
||||||
onStartRecording: () -> Unit,
|
onStartRecording: () -> Unit,
|
||||||
) {
|
) {
|
||||||
val sheetState = rememberModalBottomSheetState(true) { sheetValue ->
|
val sheetState = rememberModalBottomSheetState(true)
|
||||||
false
|
|
||||||
}
|
|
||||||
|
|
||||||
val context = LocalContext.current
|
val context = LocalContext.current
|
||||||
val cameras = CameraInfo.queryAvailableCameras(context)
|
val cameras = CameraInfo.queryAvailableCameras(context)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user