Bug fixed: Upload fails

This commit is contained in:
masensio 2015-02-25 09:09:41 +01:00
parent 2abceb0ed5
commit 01fc29c892
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit c2b5ddd2364f53201e7df6210ce04bc6bf4a2bbd
Subproject commit 942971a202f7404b135b26795c1b545c390a023f

View file

@ -304,7 +304,7 @@ public class UploadFileOperation extends RemoteOperation {
}
}
}
localCopyPassed = result.isSuccess();
localCopyPassed = (result == null);
/// perform the upload
if ( mChunked &&