Hello! I am experiencing an issue with `SwipeableS...
# compose
l
Hello! I am experiencing an issue with
SwipeableState
! I use
swipeableState.animateTo()
and then I want to invoke it again prior rather quickly. If the first animation hasn’t completed yet the second animation is ignored. A solution I could use is waiting till it finishes but that creates a poor UX. Any advice?
m
I think that bug is fixed and released in next version
l
☝️
lemme check dat out
I just went through the process to upgrade to
1.4.0-rc01
and it yielded no changes 🤔
Oh maybe
SwipableV2
? Is that what you mean for me to use?
👀