aboutsummaryrefslogtreecommitdiff
path: root/lib/views/shoplist_view.dart
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2023-03-05 15:03:31 +0100
committerdavidpkj <davidpenkow1@gmail.com>2023-03-05 15:03:31 +0100
commitace91d2b7389a7e15827f7e1a11d604659acabfc (patch)
tree75731f1a2ff429a4151161b31cca7e5d901126d1 /lib/views/shoplist_view.dart
parent14e4496de4138c317791030215803e7d57ec85bc (diff)
Update markdown viewer style
Diffstat (limited to 'lib/views/shoplist_view.dart')
-rw-r--r--lib/views/shoplist_view.dart2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/views/shoplist_view.dart b/lib/views/shoplist_view.dart
index e13ef21..35332bc 100644
--- a/lib/views/shoplist_view.dart
+++ b/lib/views/shoplist_view.dart
@@ -52,7 +52,7 @@ class ShoplistViewState extends State<ShoplistView> {
);
}
- // TODO: FIXME: Sometimes exception "cant call insertItem of null" is thrown when first item is added or last is removed
+ // TODO: Sometimes exception "cant call insertItem of null" is thrown when first item is added or last is removed
Widget _buildAnimatedList() {
if (ShoplistData.shoplist.isEmpty) return const NoContentError();