mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Fix code analytics
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
7d20b3e62a
commit
f44a0360dd
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ class FileUploadWorker(
|
|||
|
||||
val isValidFile = uploadResult.code !in setOf(
|
||||
ResultCode.LOCAL_FILE_NOT_FOUND,
|
||||
ResultCode.LOCK_FAILED,
|
||||
ResultCode.LOCK_FAILED
|
||||
)
|
||||
|
||||
if (!notDelayed || !isValidFile) {
|
||||
|
|
Loading…
Reference in a new issue