Call super when necessary

This commit is contained in:
Vishnu Mohandas 2020-11-30 14:27:11 +05:30
parent f17d7027c8
commit d908a5b6d5

View file

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