Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Any chance this will get dealt with relatively soon?
bl...@gmail.com <bl...@gmail.com> #4
Hello, is it fixed in some new compose versions ? Thanks a lot
bl...@gmail.com <bl...@gmail.com> #5
Hello, is it fixed in some new compose versions ? Thanks a lot
ma...@google.com <ma...@google.com> #6
val sheetState = rememberBottomSheetState(
initialValue = BottomSheetValue.Collapsed,
confirmStateChange = {
it != BottomSheetValue.Collapsed
})
val sheetScaffoldState = rememberBottomSheetScaffoldState(
bottomSheetState = sheetState
)
initialValue = BottomSheetValue.Collapsed,
confirmStateChange = {
it != BottomSheetValue.Collapsed
})
val sheetScaffoldState = rememberBottomSheetScaffoldState(
bottomSheetState = sheetState
)
ke...@gmail.com <ke...@gmail.com> #7
Hi, nothing to share yet. We will update this issue when we get to it!
Description
Currently creating a
SwipeableState
involves some boiler-plate:SwipeableState
AnimationClockObservable
is and how I procure one.remember
it.A factory function producing this for me would be very convenient.