Call super when necessary
This commit is contained in:
parent
f17d7027c8
commit
d908a5b6d5
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ class _SharedCollectionGalleryState extends State<SharedCollectionGallery>
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
super.build(context);
|
||||
return FutureBuilder<SharedCollections>(
|
||||
future:
|
||||
CollectionsDB.instance.getAllCollections().then((collections) async {
|
||||
|
|
Loading…
Add table
Reference in a new issue