Hey, another question. If a `LazyColumn` has no `....
# compose
d
Hey, another question. If a
LazyColumn
has no
.fillMaxHeight()
with
.animateItem()
, I notice how the animation is somewhat faulty and hides the last item since it sets the
LazyColumn
height without an animation. Here, I have a list with
a, b, c
,
a
is in the process of being removed and for a split second
c
is partly cut off. Does anyone know of a fix?