Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mLastMotionY not correctly set #74

Open
jinshiyi11 opened this issue Dec 16, 2013 · 2 comments
Open

mLastMotionY not correctly set #74

jinshiyi11 opened this issue Dec 16, 2013 · 2 comments

Comments

@jinshiyi11
Copy link

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.

@johannilsson
Copy link
Owner

Hi thanks for the report. Do you have a fix for this running in a fork? Would love to see a pull request for this.

@kalvish21
Copy link

I'm having the same issue... Seems like this is from a few months ago. Is this library deprecated or still active?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants