From 06382bcda914506c5b336aca7eaace13b3a17141 Mon Sep 17 00:00:00 2001 From: shabinder Date: Wed, 23 Jun 2021 00:21:03 +0530 Subject: [PATCH] Comment Out Redundant Notification Update --- .../java/com/shabinder/spotiflyer/service/ForegroundService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/main/java/com/shabinder/spotiflyer/service/ForegroundService.kt b/android/src/main/java/com/shabinder/spotiflyer/service/ForegroundService.kt index f482f4ea..b343a3b1 100644 --- a/android/src/main/java/com/shabinder/spotiflyer/service/ForegroundService.kt +++ b/android/src/main/java/com/shabinder/spotiflyer/service/ForegroundService.kt @@ -168,7 +168,7 @@ class ForegroundService : LifecycleService() { is DownloadResult.Progress -> { trackStatusFlowMap[track.title] = DownloadStatus.Downloading(it.progress) - updateProgressInNotification(Message(track.title,DownloadStatus.Downloading(it.progress))) + // updateProgressInNotification(Message(track.title,DownloadStatus.Downloading(it.progress))) } is DownloadResult.Success -> {