Skip to content

Commit 0c37675

Browse files
committed
wip
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent ac49187 commit 0c37675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/nextcloud/client/jobs/folderDownload/FolderDownloadWorker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import kotlinx.coroutines.delay
2727
import kotlinx.coroutines.withContext
2828
import java.util.concurrent.ConcurrentHashMap
2929

30-
@Suppress("LongMethod", "TooGenericExceptionCaught")
30+
@Suppress("LongMethod", "TooGenericExceptionCaught", "MagicNumber")
3131
class FolderDownloadWorker(
3232
private val accountManager: UserAccountManager,
3333
private val context: Context,

0 commit comments

Comments
 (0)