Rogue apostrophe
Summary: English :) Closes https://github.com/facebook/react-native/pull/14138 Differential Revision: D5114337 Pulled By: javache fbshipit-source-id: 73cfc4d3b31b4a86ac6fec0293a4f1246c911414
This commit is contained in:
parent
e6b91a0879
commit
692fb94a6e
|
@ -52,7 +52,7 @@ import static com.facebook.systrace.Systrace.TRACE_TAG_REACT_JAVA_BRIDGE;
|
|||
* It delegates handling touch events for itself and child views and sending those events to JS by
|
||||
* using JSTouchDispatcher.
|
||||
* This view is overriding {@link ViewGroup#onInterceptTouchEvent} method in order to be notified
|
||||
* about the events for all of it's children and it's also overriding
|
||||
* about the events for all of its children and it's also overriding
|
||||
* {@link ViewGroup#requestDisallowInterceptTouchEvent} to make sure that
|
||||
* {@link ViewGroup#onInterceptTouchEvent} will get events even when some child view start
|
||||
* intercepting it. In case when no child view is interested in handling some particular
|
||||
|
|
Loading…
Reference in New Issue