Bug fixes; Infinitypage; Android app
This commit is contained in:
@@ -122,6 +122,7 @@ class CategoriesAPI extends ChangeNotifier {
|
||||
Query.orderAsc("number"),
|
||||
]);
|
||||
_categories = response.documents;
|
||||
_categories.removeWhere((element) => element.data['number'] == -1);
|
||||
notifyListeners();
|
||||
_ready = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user