From ace91d2b7389a7e15827f7e1a11d604659acabfc Mon Sep 17 00:00:00 2001 From: davidpkj Date: Sun, 5 Mar 2023 15:03:31 +0100 Subject: Update markdown viewer style --- lib/views/shoplist_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/views/shoplist_view.dart') 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 { ); } - // 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(); -- cgit v1.2.3