This commit is contained in:
2025-08-26 20:29:55 +02:00
parent 09c82da57f
commit f9934a0d5d

View File

@@ -921,8 +921,6 @@ class _MyHomePageState extends State<ListItemMenu> {
"Ton évènement '${post.name}' commence dans 1 heure !",
eventDate: DateTime.parse(post.startDate!),
);
NotificationService.showTestNotification();
} else {
NotificationService.cancel(post.id!);
}