sprint-1 #1

Merged
user10 merged 20 commits from sprint-1 into main 2025-05-26 14:29:49 +00:00
Showing only changes of commit 33dff9b55f - Show all commits

View File

@ -12,6 +12,7 @@ fun ModalWindow(
content: @Composable () -> Unit content: @Composable () -> Unit
) { ) {
ModalBottomSheet( ModalBottomSheet(
modifier = modifier,
onDismissRequest = {} onDismissRequest = {}
) { ) {
content() content()