https://kotlinlang.org logo
Title
j

julioromano

05/19/2023, 12:30 PM
I can't get the new
ModalBottomSheet
component to show up in a
@Preview
nor in screenshot tests (w/showkase+paparazzi). Both the preview and screenshots are completely empty, not even the scrim is shown. Though if I click on "Start interactive mode" the animation starts, the scrim appears and the bottom sheet too. I'm using this
sheetState
for the `@Preview`:
SheetState(
                skipPartiallyExpanded = true,
                initialValue = SheetValue.Expanded,
                skipHiddenState = true,
            )
Any ideas?
c

Chris Sinco [G]

05/19/2023, 11:23 PM
@jossiwolf
j

julioromano

05/23/2023, 1:36 PM
@Chris Sinco [G] it seems Jossi last replied in this Slack instance more than 1 month ago. Is there maybe someone else that can fill in?
j

jossiwolf

05/23/2023, 2:05 PM
That would probably be a library-specific issue, I'd recommend filing an issue with the authors