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
mLastMotionY is set when PullToRefreshListView receive MotionEvent.ACTION_DOWN event in onTouchEvent function.If pull start from child view,the ACTION_DOWN is consumed by child view and PullToRefreshListView can not receive ACTION_DOWN event.
There are space between my listview item,if i touch down at the space ,mLastMotionY is set correctly.But if i pull start from child view, PullToRefreshListView can not receive ACTION_DOWN event,so mLastMotionY is not correctly set.
The text was updated successfully, but these errors were encountered:
mLastMotionY is set when PullToRefreshListView receive MotionEvent.ACTION_DOWN event in onTouchEvent function.If pull start from child view,the ACTION_DOWN is consumed by child view and PullToRefreshListView can not receive ACTION_DOWN event.
There are space between my listview item,if i touch down at the space ,mLastMotionY is set correctly.But if i pull start from child view, PullToRefreshListView can not receive ACTION_DOWN event,so mLastMotionY is not correctly set.
The text was updated successfully, but these errors were encountered: