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 ran into this issue, but sorry I don't have a patch:
If the RefreshableListView has a top padding, the getChildAt(0).getTop() returns non-zero and many of the assumptions made in the touch logic start to fail. I started to try to normalize it, but the truth is I don't really understand the code well enough to fix it do the job correctly.
My padding was actually not necessary (and was an accident), but I thought I would mention this for anyone else that might run into this.
The text was updated successfully, but these errors were encountered:
Great library, thank you!
I ran into this issue, but sorry I don't have a patch:
If the RefreshableListView has a top padding, the getChildAt(0).getTop() returns non-zero and many of the assumptions made in the touch logic start to fail. I started to try to normalize it, but the truth is I don't really understand the code well enough to fix it do the job correctly.
My padding was actually not necessary (and was an accident), but I thought I would mention this for anyone else that might run into this.
The text was updated successfully, but these errors were encountered: