Merge pull request #312 from Unity-Technologies/zxw/fix_gridview_bug
Fix gridView bug
This commit is contained in:
Коммит
691b3d3243
|
@ -571,6 +571,7 @@ namespace Unity.UIWidgets.widgets {
|
|||
cacheExtent: cacheExtent
|
||||
) {
|
||||
D.assert(gridDelegate != null);
|
||||
this.gridDelegate = gridDelegate;
|
||||
childrenDelegate = new SliverChildListDelegate(
|
||||
children ?? new List<Widget>(),
|
||||
addAutomaticKeepAlives: addAutomaticKeepAlives,
|
||||
|
|
Загрузка…
Ссылка в новой задаче