mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 16:33:03 +00:00
Added operation to update properties of exising share via link
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ public class RemoveShareTest extends RemoteTest {
|
||||
Utils.logAndThrow(LOG_TAG, result);
|
||||
} else {
|
||||
OCShare created = (OCShare) result.getData().get(0);
|
||||
mShareId = created.getIdRemoteShared();
|
||||
mShareId = created.getRemoteId();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user