Reduced download notification importance

This commit is contained in:
Imran Remtulla
2022-12-08 18:57:53 -05:00
parent 1b892f4e0d
commit 49862ad2a6

View File

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