mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 09:04:32 +01:00
Comment Out Redundant Notification Update
This commit is contained in:
parent
6566c35888
commit
06382bcda9
@ -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 -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user