Having trouble using `SwipeToRefresh()` from JetNe...
# compose
n
Having trouble using
SwipeToRefresh()
from JetNews with
LazyColumnFor
, more specifically doesn’t detect the swipe (just like I wouldn’t have the SwipeToRefresh component). I’m guessing it’s because the
swipeable()
setup conflicts somehow with the
LazyColumnFor
. Any ideas where should I look for?
v
Echoing this as well, I’m using ColumnFor with a pager and it barely detects it (occasionally the animation will swipe down a few dp and then cancel)
a
it is a bug and fixed in alpha07 which will be released next week
👍 1
v
thank you for the update
n