mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Add TODO for some unknown code block
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
362bf80301
commit
a7f3b08878
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ class FileDownloadWorker(
|
|||
}
|
||||
|
||||
private fun dismissDownloadInProgressNotification() {
|
||||
// TODO Check necessity of this function call
|
||||
conflictUploadId?.let {
|
||||
if (it > 0) {
|
||||
uploadsStorageManager.removeUpload(it)
|
||||
|
|
Loading…
Reference in a new issue