fix content appeared logging pt2
Reviewed By: AaaChiuuu Differential Revision: D5639795 fbshipit-source-id: 8febaf7586df629f1a197896a2b8d0ebdf850444
This commit is contained in:
parent
caaf7fd417
commit
904e77a753
|
@ -259,7 +259,7 @@ public class ReactRootView extends SizeMonitoringFrameLayout implements RootView
|
|||
mIsAttachedToInstance = false;
|
||||
mRootViewTag = ReactRootViewTagGenerator.getNextRootViewTag();
|
||||
}
|
||||
mShouldLogContentAppeared = true;
|
||||
mShouldLogContentAppeared = false;
|
||||
}
|
||||
|
||||
public void onAttachedToReactInstance() {
|
||||
|
|
Loading…
Reference in New Issue