SwipeRefreshLayout is so sensitive that when I scroll horizontally, with only a slight vertical movement, the โpull to refreshโ indicator will be displayed. How can i avoid this? SwipeRefreshLayout has a function
public void setDistanceToTriggerSync (int distance)
can he something like
public void setDistanceToTriggerIndicator (int distance)
to show the indicator only after a certain amount of vertical distance is moved down or do you guys have some work around?
Thanks!
source share