Set priority to low

This commit is contained in:
Anton Tananaev 2025-07-14 08:46:50 -07:00
parent a54e55c963
commit 17be5d0e72

View file

@ -113,7 +113,7 @@ class Preferences {
),
notification: bg.Notification(
smallIcon: 'drawable/ic_stat_notify',
priority: bg.Config.NOTIFICATION_PRIORITY_MIN,
priority: bg.Config.NOTIFICATION_PRIORITY_LOW,
),
);
}