From 692fb94a6e9e20c9f4d6867db2647d401ecb1387 Mon Sep 17 00:00:00 2001 From: James Pearce Date: Wed, 24 May 2017 02:39:27 -0700 Subject: [PATCH] Rogue apostrophe Summary: English :) Closes https://github.com/facebook/react-native/pull/14138 Differential Revision: D5114337 Pulled By: javache fbshipit-source-id: 73cfc4d3b31b4a86ac6fec0293a4f1246c911414 --- .../src/main/java/com/facebook/react/ReactRootView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactAndroid/src/main/java/com/facebook/react/ReactRootView.java b/ReactAndroid/src/main/java/com/facebook/react/ReactRootView.java index 93b149b6c4..654e6b770f 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/ReactRootView.java +++ b/ReactAndroid/src/main/java/com/facebook/react/ReactRootView.java @@ -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