Is there any way to do something like `notifyItemM...
# compose
z
Is there any way to do something like
notifyItemMoved()
from RecyclerView with Compose
AdapterList
?
m
Just mutate the list you pass to the AdapterList and use a ModelList
z
Hmm, is it gonna animate this change? 🤔
m
No.
z
I’m looking for a way to do this (slide?) animation which you have with
notifyItemMoved()
method