1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +00:00

Merge branch 'develop' into wide_scope_clean_up

This commit is contained in:
David A. Velasco
2014-02-17 12:48:05 +01:00
8 changed files with 310 additions and 7 deletions
@@ -139,7 +139,7 @@ public class CreateRemoteShareOperation extends RemoteOperation {
result.setData(sharesObjects);
}
} else if (xmlParser.isFileNotFound()){
result = new RemoteOperationResult(ResultCode.FILE_NOT_FOUND);
result = new RemoteOperationResult(ResultCode.SHARE_NOT_FOUND);
} else {
result = new RemoteOperationResult(false, status, post.getResponseHeaders());