Call super.build
This commit is contained in:
parent
8448b9baef
commit
3bceabe6ac
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ class _CollectionsGalleryWidgetState extends State<CollectionsGalleryWidget>
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
super.build(context);
|
||||
return FutureBuilder<CollectionItems>(
|
||||
future: _getCollections(),
|
||||
builder: (context, snapshot) {
|
||||
|
|
Loading…
Add table
Reference in a new issue