From 49862ad2a6ae6517ee7c71556be381962fb1f12e Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Thu, 8 Dec 2022 18:57:53 -0500 Subject: [PATCH] Reduced download notification importance --- lib/providers/notifications_provider.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/providers/notifications_provider.dart b/lib/providers/notifications_provider.dart index 8fe64f4..6ce2ccf 100644 --- a/lib/providers/notifications_provider.dart +++ b/lib/providers/notifications_provider.dart @@ -84,7 +84,7 @@ class DownloadNotification extends ObtainiumNotification { 'APP_DOWNLOADING', 'Downloading App', 'Notifies the user of the progress in downloading an App', - Importance.defaultImportance, + Importance.low, onlyAlertOnce: true) { message = tr('percentProgress', args: [progPercent.toString()]); }