SwipeRefreshLayout is so sensitive that when I swipe through the screen horizontally, with only a little bit vertical movement, the "pull to refresh" indicator will show. How can I avoid this? SwipeRefreshLayout has a function
public void setDistanceToTriggerSync (int distance)
can it has something like
public void setDistanceToTriggerIndicator (int distance)
to show the indicator only after a certain amount of vertical distance is moved downwards, or do you guys have some work around?
Thanks!