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 have a list. The pull-to-refresh works well. Thanks!
When the local data is old, the app should load data from the server automatically on activity start. So I want to show the pull-to-refresh animation automatically on activity start.
I tried listView.scrollBy(x, y) which only scrolls the list view but does not trigger pull-to-refresh animation.
Is there any solution? Thanks
The text was updated successfully, but these errors were encountered:
I have a list. The pull-to-refresh works well. Thanks!
When the local data is old, the app should load data from the server automatically on activity start. So I want to show the pull-to-refresh animation automatically on activity start.
I tried listView.scrollBy(x, y) which only scrolls the list view but does not trigger pull-to-refresh animation.
Is there any solution? Thanks
The text was updated successfully, but these errors were encountered: