mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
Order CreateRemoteShareOperation and make it possible to get sharing errors with new arch
This commit is contained in:
parent
c2d8e68ecc
commit
cbb15c3626
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user