Is there a way to make `androidx.compose.material....
# compose
a
Is there a way to make
androidx.compose.material.ModalBottomSheetLayout
handle content height change better than this? In this case there were 2 buttons, and when 1 disappears, bottom sheet makes weird height jump - a gap on the bottom appears (you can see the bottom navigation button texts), and then it animates down.
j
Which version is this on?
a
1.3.2
I heard it's fixed in 1.5.0 in material3, but I'm not quite ready for the update yet)
j
Yes, it's fixed from 1.5.0 in M2
K 2