浏览代码

fix assertion triggered by disposing a pageView before its initialization, which is done on its first PerformLayout call

/main
xingwei.zhu 6 年前
当前提交
d4548d31
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
      Runtime/widgets/binding.cs

2
Runtime/widgets/binding.cs


return;
}
//draw one frame to ensure that the former widget tree has been layout for at least once
this.drawFrame();
this.attachRootWidget(null);
this.buildOwner.buildScope(this._renderViewElement);
this.buildOwner.finalizeTree();

正在加载...
取消
保存