projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bug fixed: Upload fails
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
operations
/
UploadFileOperation.java
diff --git
a/src/com/owncloud/android/operations/UploadFileOperation.java
b/src/com/owncloud/android/operations/UploadFileOperation.java
index
3c7917e
..
bf0d060
100644
(file)
--- a/
src/com/owncloud/android/operations/UploadFileOperation.java
+++ b/
src/com/owncloud/android/operations/UploadFileOperation.java
@@
-304,7
+304,7
@@
public class UploadFileOperation extends RemoteOperation {
}
}
}
}
}
}
- localCopyPassed =
result.isSuccess(
);
+ localCopyPassed =
(result == null
);
/// perform the upload
if ( mChunked &&
/// perform the upload
if ( mChunked &&