mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-11 11:29:03 +08:00
Reverted commit D3292369
Reviewed By: andreicoman11 Differential Revision: D3292369 fbshipit-source-id: 1a41d845ff46c44544f37d85e8154557a979a4ff
This commit is contained in:
committed by
Facebook Github Bot 6
parent
1322e06cb2
commit
e491f7d5c6
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user