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

[Pager] Stop consuming nested flings in cross-axis #750

Merged
merged 1 commit into from Oct 14, 2021

Conversation

chrisbanes
Copy link
Contributor

@chrisbanes chrisbanes commented Sep 30, 2021

Currently Pager consumes nested scrolls and flings in all directions. This PR changes that so that it only consumes nested scrolls in the main scrolling axis.

Fixes #740

Currently Pager consumes nested scrolls and flings in
all directions. This PR changes that so that it only
consumes nested scrolls in the main scrolling axis.

Fixes #740
@google-cla google-cla bot added the cla: yes label Sep 30, 2021
@chrisbanes
Copy link
Contributor Author

@andkulikov @matvei-g

Copy link

@matvei-g matvei-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Chris, look good to me. One nitpick and one comment about connection.

LGTM given that it's fixed.

@JoseAlcerreca JoseAlcerreca merged commit 5dad8a9 into main Oct 14, 2021
@JoseAlcerreca JoseAlcerreca deleted the cb/pager-nested-consume branch October 14, 2021 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Pager only consume fling on the corresponding axis
3 participants