projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[tx-robot] updated from transifex
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
operations
/
UnshareOperation.java
diff --git
a/src/com/owncloud/android/operations/UnshareOperation.java
b/src/com/owncloud/android/operations/UnshareOperation.java
index
4167831
..
d819abf
100644
(file)
--- a/
src/com/owncloud/android/operations/UnshareOperation.java
+++ b/
src/com/owncloud/android/operations/UnshareOperation.java
@@
-69,11
+69,11
@@
public class UnshareOperation extends SyncOperation {
if (share != null) {
OCFile file = getStorageManager().getFileByPath(mRemotePath);
RemoveRemoteShareOperation operation =
if (share != null) {
OCFile file = getStorageManager().getFileByPath(mRemotePath);
RemoveRemoteShareOperation operation =
- new RemoveRemoteShareOperation((int) share.get
IdRemoteShare
d());
+ new RemoveRemoteShareOperation((int) share.get
RemoteI
d());
result = operation.execute(client);
if (result.isSuccess()) {
result = operation.execute(client);
if (result.isSuccess()) {
- Log_OC.d(TAG, "Share id = " + share.get
IdRemoteShare
d() + " deleted");
+ Log_OC.d(TAG, "Share id = " + share.get
RemoteI
d() + " deleted");
if (mShareType == ShareType.PUBLIC_LINK) {
file.setShareViaLink(false);
if (mShareType == ShareType.PUBLIC_LINK) {
file.setShareViaLink(false);