mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 07:05:49 +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(
|
val isValidFile = uploadResult.code !in setOf(
|
||||||
ResultCode.LOCAL_FILE_NOT_FOUND,
|
ResultCode.LOCAL_FILE_NOT_FOUND,
|
||||||
ResultCode.LOCK_FAILED,
|
ResultCode.LOCK_FAILED
|
||||||
)
|
)
|
||||||
|
|
||||||
if (!notDelayed || !isValidFile) {
|
if (!notDelayed || !isValidFile) {
|
||||||
|
|
Loading…
Reference in a new issue