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 коммит произвёл Facebook Github Bot
Родитель caaf7fd417
Коммит 904e77a753
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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