https://kotlinlang.org logo
#compose
Title
# compose
n

nrobi

11/06/2020, 6:32 PM
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

Vincent tiensi

11/06/2020, 7:29 PM
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

Andrey Kulikov

11/06/2020, 8:16 PM
it is a bug and fixed in alpha07 which will be released next week
👍 1
v

Vincent tiensi

11/06/2020, 10:10 PM
thank you for the update
n

nrobi

11/07/2020, 9:38 AM