0

For example,I use a LazyColumn for displaying chatroom contents below:

A-I like red tea!<br> B-Yes,it's very nice!

someone joined the room

As you can see,"someone joined the room" is part of this LazyColumn,but it will always show at the bottom,new messages are inserted above it. So if someone2 joins the room,I have to replace this message with a new one.But how can I set the animation of the new item?

I tried list animation(added on this item),but it performed not very well.For example,it only shows when first added to the list,and didn't show again when the item updated

0 Answers0