johannilsson/android-pulltorefresh

Loading Progress view does not show if refresh started before the list is visible

robbypond opened this issue · 0 comments

I'm using the listview in a ViewPager and I'm in the situation where the refresh starts before the listview is visible, so while it is refreshing the Loading progress view isn't shown. It would be nice if the view when shown would detect that it was currently refreshing and would show the Loading progress.

My workaround is to just manually start a refresh and just call setselection(0).