Has anyone else experienced a BottomSheetScaffold ...
# compose
a
Has anyone else experienced a BottomSheetScaffold opening when the content in it changes sizes? I have a BottomSheetScaffold which observes a value, and based on the value the ui changes, standard stuff. However, the BottomSheetScaffold keeps opening when the ui changes, yet I would like for it to stay closed.
c
Haven't experienced that. Do you have some minimal code to show that repros the issue?
a
I'm working on it rn, hopefully I'll be able to mimic it
a
I had it happen when I put a NavHost inside the bottom sheet. It would just automatically open without me ever sliding it up. Very odd. Still trying to figure out why that’s happening