Skip to content

Commit

Permalink
Do not show badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
xpavle00 committed Jan 23, 2023
1 parent a6b3d10 commit 8a608f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/notifications.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ void initializeNotifications() {
NotificationChannel(
channelKey: 'app_notifications_habo',
channelName: 'App notifications',
channelShowBadge: true,
channelDescription:
'Notification channel for application notifications',
defaultColor: HaboColors.primary,
Expand All @@ -18,7 +17,6 @@ void initializeNotifications() {
NotificationChannel(
channelKey: 'habit_notifications_habo',
channelName: 'Habit notifications',
channelShowBadge: true,
channelDescription: 'Notification channel for habit notifications',
defaultColor: HaboColors.primary,
importance: NotificationImportance.Max,
Expand Down

0 comments on commit 8a608f9

Please sign in to comment.