1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-19 05:46:23 +00:00

Order CreateRemoteShareOperation and make it possible to get sharing errors with new arch

This commit is contained in:
davigonz 2019-02-28 15:28:00 +01:00
parent c2d8e68ecc
commit cbb15c3626
2 changed files with 5 additions and 1 deletions
owncloudComLibrary/src/main/java/com/owncloud/android/lib/common/operations

@ -526,6 +526,10 @@ public class RemoteOperationResult<T extends Object>
mData = data;
}
public void setHttpPhrase(String httpPhrase) {
mHttpPhrase = httpPhrase;
}
public enum ResultCode {
OK,
OK_SSL,