Yahor
06/07/2023, 8:30 AMStylianos Gakis
06/07/2023, 8:34 AMandroidx.activity.compose.BackHandler {}
in there and see what it does.
I think it’s fair to assume that doing this is probably a very bad idea and will make it very frustrating for the user not being able to press back, but I assume you’re not going to do it too much 😅Yahor
06/07/2023, 8:37 AMAlexander Zhirkevich
06/07/2023, 8:44 AMBackHandler(enabled=sheetState.isExpanded){}
ModalBottomSheet(state=sheetState...)
Alexander Zhirkevich
06/07/2023, 8:44 AMAlexander Zhirkevich
06/07/2023, 8:45 AMYahor
06/07/2023, 8:47 AMModalBottomSheetWindow.kt
Alexander Zhirkevich
06/07/2023, 8:50 AMStylianos Gakis
06/07/2023, 8:54 AMAlexander Zhirkevich
06/07/2023, 8:55 AMbryankeltonadams
10/10/2023, 9:57 PM