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!); }