From 156ca6915455ac9bc1178dd9fd0bcd81b2f0ffa5 Mon Sep 17 00:00:00 2001 From: Ivan Antunes Date: Wed, 28 Aug 2024 11:54:37 -0300 Subject: [PATCH] disable badge --- lib/backend/notifications/notification_service.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/backend/notifications/notification_service.dart b/lib/backend/notifications/notification_service.dart index a3e562ef..866ec7d3 100644 --- a/lib/backend/notifications/notification_service.dart +++ b/lib/backend/notifications/notification_service.dart @@ -23,7 +23,7 @@ class NotificationService { channelName: 'Notificações do App', channelDescription: 'Canal de notificação do Aplicativo', importance: NotificationImportance.Max, - channelShowBadge: true, + channelShowBadge: false, playSound: true, criticalAlerts: true, onlyAlertOnce: true, @@ -339,6 +339,7 @@ class NotificationService { category: category, payload: payload, bigPicture: bigPicture, + badge: 0, ), actionButtons: actionButtons, schedule: scheduled