From f9934a0d5d5185411a57fac71c4827ba79048c9a Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Tue, 26 Aug 2025 20:29:55 +0200 Subject: [PATCH] debug ok --- covas_mobile/lib/pages/ListItemMenu.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/covas_mobile/lib/pages/ListItemMenu.dart b/covas_mobile/lib/pages/ListItemMenu.dart index 1c31526..7ce2daf 100644 --- a/covas_mobile/lib/pages/ListItemMenu.dart +++ b/covas_mobile/lib/pages/ListItemMenu.dart @@ -921,8 +921,6 @@ class _MyHomePageState extends State { "Ton évènement '${post.name}' commence dans 1 heure !", eventDate: DateTime.parse(post.startDate!), ); - - NotificationService.showTestNotification(); } else { NotificationService.cancel(post.id!); }