mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 22:38:59 +08:00
Fix RootViewTest
Reviewed By: fkgozali Differential Revision: D7944946 fbshipit-source-id: a8dbceba060b22ac4bc4728fb342372c437a0733
This commit is contained in:
committed by
Facebook Github Bot
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() {
|
||||
|
||||
Reference in New Issue
Block a user