1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-08 08:26:10 +00:00

Merge branch 'share_link__new_share' into share_link__unshare_link

This commit is contained in:
masensio 2014-02-06 11:21:08 +01:00
commit e9a1ee81ca

View File

@ -144,6 +144,9 @@ public class CreateShareRemoteOperation extends RemoteOperation {
}
} else if (xmlParser.isFileNotFound()){
result = new RemoteOperationResult(ResultCode.FILE_NOT_FOUND);
} else {
result = new RemoteOperationResult(false, status, post.getResponseHeaders());
}
} else {