浏览代码

Fix automatic keep alive.

/main
Yuncong Zhang 5 年前
当前提交
96f7eec5
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
      Runtime/widgets/automatic_keep_alive.cs

3
Runtime/widgets/automatic_keep_alive.cs


}
else {
SchedulerBinding.instance.addPostFrameCallback(timeStamp => {
if (!this.mounted) {
return;
}
ParentDataElement childElement1 = this._getChildElement();
D.assert(childElement1 != null);
this._updateParentDataOfChild(childElement1);

正在加载...
取消
保存