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

Call onNext and return handled response #378

Closed
wants to merge 1 commit into from

Conversation

martynhaigh
Copy link

With the current implementation, the observable won't be triggered if you want to return false to the View.OnTouchListener onTouch method. This change means the onNext method gets called on the observer and the onTouch method has it's return value set as sepcified in the passed in Predicate

@JakeWharton
Copy link
Owner

This is a behavior change that would only be suitable for a major version. Feel free to join the discussion in #204.

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

Successfully merging this pull request may close these issues.

2 participants