mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
Bug fixed: Upload fails
This commit is contained in:
parent
2abceb0ed5
commit
01fc29c892
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit c2b5ddd2364f53201e7df6210ce04bc6bf4a2bbd
|
||||
Subproject commit 942971a202f7404b135b26795c1b545c390a023f
|
|
@ -304,7 +304,7 @@ public class UploadFileOperation extends RemoteOperation {
|
|||
}
|
||||
}
|
||||
}
|
||||
localCopyPassed = result.isSuccess();
|
||||
localCopyPassed = (result == null);
|
||||
|
||||
/// perform the upload
|
||||
if ( mChunked &&
|
||||
|
|
Loading…
Reference in a new issue