mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-13 22:43:59 +08:00
revert D5609280
Reviewed By: achen1 Differential Revision: D5711182 fbshipit-source-id: 5b4d813d144d92671090443990a3e2ea2abf3abe
This commit is contained in:
committed by
Facebook Github Bot
parent
26ef0b0f33
commit
5d58831eac
@@ -183,7 +183,7 @@ public class UIManagerModule extends ReactContextBaseJavaModule implements
|
||||
Systrace.beginSection(
|
||||
Systrace.TRACE_TAG_REACT_JAVA_BRIDGE,
|
||||
"UIManagerModule.addRootView");
|
||||
final int tag = ((TaggedRootView) rootView).getRootViewTag();
|
||||
final int tag = ReactRootViewTagGenerator.getNextRootViewTag();
|
||||
|
||||
final int width;
|
||||
final int height;
|
||||
|
||||
Reference in New Issue
Block a user