From 17be5d0e72dd3a2361b135731693b2a8e72ddfc5 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 14 Jul 2025 08:46:50 -0700 Subject: [PATCH] Set priority to low --- lib/preferences.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/preferences.dart b/lib/preferences.dart index fa7f915..ff4e80f 100644 --- a/lib/preferences.dart +++ b/lib/preferences.dart @@ -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, ), ); }