1
0
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:
David A. Velasco
2015-11-05 13:10:58 +01:00
parent 0238e51903
commit 90615fc4ab
5 changed files with 169 additions and 12 deletions
@@ -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();
}
}