-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels