-
Notifications
You must be signed in to change notification settings - Fork 766
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: D61474707 removes touch handling from `HostRenderUnit` Repeating the summary below: ---- > The HostRenderUnit's touch handling can interfere with touch handling by other binders attached to it (e.g from Bloks extensions). > Specifically, it clobbers touch listeners that may have been set on the view by these other binders. > Looking into this more, I do not see any usage of these touch handling capabilities on the HostRenderUnit. Given that this is only used in Bloks and Bloks uses touch & gesture extensions, we should probably just remove it from here. Reviewed By: rooju Differential Revision: D63074402 fbshipit-source-id: ced7b777e85029c7bce12ae6a68dffda947db24f
- Loading branch information
1 parent
e8e8c42
commit fd7f3a9
Showing
2 changed files
with
0 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters