Commit ed55d0b5 by yterletskyi

Set ForegroundServiceBehavior to FOREGROUND_SERVICE_IMMEDIATE

parent de82a2be
...@@ -237,6 +237,7 @@ public final class DownloadNotificationHelper { ...@@ -237,6 +237,7 @@ public final class DownloadNotificationHelper {
notificationBuilder.setProgress(maxProgress, currentProgress, indeterminateProgress); notificationBuilder.setProgress(maxProgress, currentProgress, indeterminateProgress);
notificationBuilder.setOngoing(ongoing); notificationBuilder.setOngoing(ongoing);
notificationBuilder.setShowWhen(showWhen); notificationBuilder.setShowWhen(showWhen);
notificationBuilder.setForegroundServiceBehavior(NotificationCompat.FOREGROUND_SERVICE_IMMEDIATE);
return notificationBuilder.build(); return notificationBuilder.build();
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment