yogaboy
04/09/2023, 8:47 PMAnimatedVisibility(visible = sheetState.isVisible) {
ModalBottomSheet(
But it is not animated. It just flash. If I set sheetState.isVisible = false or pull down it is nicely animated. What I am doing wrong? What I am missing? Thanks folks! 🙏🏻 :compose:Colton Idle
04/09/2023, 9:57 PMTravis Griggs
04/10/2023, 5:26 AMModalBottomSheet(
onDismissRequest = closeWith {}, sheetState = SheetState(skipPartiallyExpanded = true)
)
yogaboy
04/10/2023, 12:17 PMscope.launch {
openBottomSheet = !openBottomSheet
}
😄 pretty stupid my fault. Once again thanks @Travis Griggs and @Colton Idle 🙏🏻