From 7aeccb46cf764e58e24e69cfbd700cf577abf306 Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 27 Aug 2019 11:39:20 +0100 Subject: [PATCH] that's a strange bug indeed --- lib/pages/receipt_page_2.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/receipt_page_2.dart b/lib/pages/receipt_page_2.dart index 162ac6b..aaccdbc 100644 --- a/lib/pages/receipt_page_2.dart +++ b/lib/pages/receipt_page_2.dart @@ -111,6 +111,7 @@ class ReceiptPage2State extends State { Future> _futureCats = getCats(); _categories.add("Fetching categories..."); _futureCats.then((value) { + print("Categories: " + value.toString()); _categories = value; setState(() {}); });