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

FlutterView will handle dispatching all touch events to sub-views #19482

Merged
merged 1 commit into from
Jul 2, 2020

Conversation

iskakaushik
Copy link
Contributor

Given that all the subviews will participate in the gesture arenas, we wish to block the events from directly being handled by the view. The touch events will not be routed through the Flutter framework instead.

@iskakaushik iskakaushik requested a review from blasten July 2, 2020 17:10
@fluttergithubbot
Copy link
Contributor

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat.

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@iskakaushik iskakaushik force-pushed the dont-sent-events-to-pv branch from 15d8332 to 21c5958 Compare July 2, 2020 17:18
Copy link

@blasten blasten left a comment

Choose a reason for hiding this comment

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

LGTM

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

Successfully merging this pull request may close these issues.

4 participants