|
@@ -309,6 +309,7 @@ class FileDownloadWorker(
|
|
}
|
|
}
|
|
|
|
|
|
private fun dismissDownloadInProgressNotification() {
|
|
private fun dismissDownloadInProgressNotification() {
|
|
|
|
+ // TODO Check necessity of this function call
|
|
conflictUploadId?.let {
|
|
conflictUploadId?.let {
|
|
if (it > 0) {
|
|
if (it > 0) {
|
|
uploadsStorageManager.removeUpload(it)
|
|
uploadsStorageManager.removeUpload(it)
|