mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 09:29:07 +08:00
fix content appeared logging pt2
Reviewed By: AaaChiuuu Differential Revision: D5639795 fbshipit-source-id: 8febaf7586df629f1a197896a2b8d0ebdf850444
This commit is contained in:
committed by
Facebook Github Bot
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() {
|
||||
|
||||
Reference in New Issue
Block a user