aboutsummaryrefslogtreecommitdiff
path: root/lib/views/shoplist_view.dart
diff options
context:
space:
mode:
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();