Skip to content

Commit

Permalink
no need to call clear. finally block will be executed
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Jan 24, 2025
1 parent 4cbf251 commit 5422ca6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ class SyncWorker(
notificationManager.showCompletionMessage(result)
}

downloadingFiles.clear()

if (result) {
sendRefreshFolderEvent()
Log_OC.d(TAG, "SyncWorker completed")
Expand Down

0 comments on commit 5422ca6

Please sign in to comment.