Comment Out Redundant Notification Update

This commit is contained in:
shabinder 2021-06-23 00:21:03 +05:30
parent 6566c35888
commit 06382bcda9

View File

@ -168,7 +168,7 @@ class ForegroundService : LifecycleService() {
is DownloadResult.Progress -> { is DownloadResult.Progress -> {
trackStatusFlowMap[track.title] = DownloadStatus.Downloading(it.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 -> { is DownloadResult.Success -> {