Add TODO for some unknown code block

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2023-12-27 14:50:41 +01:00 committed by Alper Öztürk
parent 362bf80301
commit a7f3b08878

View file

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