Dmytro Butemann
11/11/2024, 1:37 PMLazyColumn
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?