Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revamp touch event dispatching methods
Summary: There are two methods in ReactRootView to handle touch events "onInterceptTouchEvent" and "onTouchEvent", for Venice we have ReactSurfaceView inherits ReactRootView but the implementation for above 2 touch handling methods still calls into it's super implementation which uses the bridge. In this diff we make ReactSurfaceView inherits ReactRootView's "dispatchJSTouchEvent" and "dispatchJSPointerEvent". So that Venice has separate implementation for touch events handling. Changelog: [Android][Changed] - Revamp touch event dispatching methods Reviewed By: fkgozali, JoshuaGross Differential Revision: D36629466 fbshipit-source-id: fb7c5950afe6249d22edd3fac3fa5d3b83b3af84
- Loading branch information