Commit 6b3766d6 authored by John McCutchan's avatar John McCutchan Committed by GitHub

Send FirstFrame event after reassemble (#5314)

parent 14483586
......@@ -238,6 +238,8 @@ abstract class WidgetsBinding extends BindingBase implements GestureBinding, Ren
@override
void reassembleApplication() {
_needToReportFirstFrame = true;
preventThisFrameFromBeingReportedAsFirstFrame();
buildOwner.reassemble(renderViewElement);
super.reassembleApplication();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment