diff --git a/lib/views/collection_page/collection_page.dart b/lib/views/collection_page/collection_page.dart index 24772d50..3935d9d2 100644 --- a/lib/views/collection_page/collection_page.dart +++ b/lib/views/collection_page/collection_page.dart @@ -48,13 +48,13 @@ class _CollectionPageState extends State { void _getList() { _collectionList.clear(); - DataUtils.getAllCollections(context).then((collectionList) { - if (this.mounted) { - setState(() { - _collectionList = collectionList; - }); - } - }); + // DataUtils.getAllCollections(context).then((collectionList) { + // if (this.mounted) { + // setState(() { + // _collectionList = collectionList; + // }); + // } + // }); } Widget _renderList(context, index) {