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()]); }