Fix RootViewTest
Reviewed By: fkgozali Differential Revision: D7944946 fbshipit-source-id: a8dbceba060b22ac4bc4728fb342372c437a0733
This commit is contained in:
parent
a93e281428
commit
194bd88052
|
@ -527,6 +527,7 @@ public class ReactRootView extends SizeMonitoringFrameLayout
|
|||
@VisibleForTesting
|
||||
/* package */ void simulateAttachForTesting() {
|
||||
mIsAttachedToInstance = true;
|
||||
mJSTouchDispatcher = new JSTouchDispatcher(this);
|
||||
}
|
||||
|
||||
private CustomGlobalLayoutListener getCustomGlobalLayoutListener() {
|
||||
|
|
Loading…
Reference in New Issue