You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: