Merge branch 'beta' into dev/yisheng

* beta:
  fix bug
  remove get collection
This commit is contained in:
ryan
2019-08-07 19:14:50 +08:00

View File

@ -48,13 +48,13 @@ class _CollectionPageState extends State<CollectionPage> {
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) {