Reverted commit D3292369

Reviewed By: andreicoman11

Differential Revision: D3292369

fbshipit-source-id: 1a41d845ff46c44544f37d85e8154557a979a4ff
This commit is contained in:
Dave Miller
2016-05-13 04:26:46 -07:00
committed by Facebook Github Bot 6
parent 1322e06cb2
commit e491f7d5c6
2 changed files with 1 additions and 5 deletions

View File

@@ -162,7 +162,7 @@ public class RootViewTest {
ArgumentCaptor.forClass(JavaOnlyArray.class);
rootView.onTouchEvent(
MotionEvent.obtain(100, ts, MotionEvent.ACTION_UP, 0, 0, 0));
MotionEvent.obtain(50, ts, MotionEvent.ACTION_UP, 0, 0, 0));
verify(eventDispatcher).dispatchEvent(upEventCaptor.capture());
verifyNoMoreInteractions(eventDispatcher);