Call super.build

This commit is contained in:
Vishnu Mohandas 2020-11-16 13:30:31 +05:30
parent 8448b9baef
commit 3bceabe6ac

View file

@ -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) {