Bug fixes; Infinitypage; Android app

This commit is contained in:
2023-06-06 00:33:40 -04:00
parent 0ea14e9c02
commit 66028b831d
6 changed files with 702 additions and 564 deletions
@@ -122,6 +122,7 @@ class CategoriesAPI extends ChangeNotifier {
Query.orderAsc("number"),
]);
_categories = response.documents;
_categories.removeWhere((element) => element.data['number'] == -1);
notifyListeners();
_ready = true;
}