fix content appeared logging pt2

Reviewed By: AaaChiuuu

Differential Revision: D5639795

fbshipit-source-id: 8febaf7586df629f1a197896a2b8d0ebdf850444
This commit is contained in:
Ben Nham 2017-08-17 09:45:39 -07:00 committed by Facebook Github Bot
parent caaf7fd417
commit 904e77a753
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ public class ReactRootView extends SizeMonitoringFrameLayout implements RootView
mIsAttachedToInstance = false;
mRootViewTag = ReactRootViewTagGenerator.getNextRootViewTag();
}
mShouldLogContentAppeared = true;
mShouldLogContentAppeared = false;
}
public void onAttachedToReactInstance() {