johannilsson/android-pulltorefresh

Tap to refresh always showing

edwingsm opened this issue · 3 comments

Tap to refresh Textview is always showing when listview is loaded

Same bug. I've got 3 listviews. The first one works well, but the other two listviews show "Tap to refresh". (The code is the same for the 3 items)

This is not a bug, this is by design. There's a separate branch which aims to implement an alternative approach that removes the Tap to refresh view. @chrisbanes also have a more updated version of an Pull to Refresh implementation that might be a better fit for your project.