Kaynağa Gözat

OC-2746: Changes from comments in PR#1 in android-library repo

masensio 11 yıl önce
ebeveyn
işleme
6361dd0a26

+ 1 - 1
src/com/owncloud/android/operations/GetSharesOperation.java

@@ -50,7 +50,7 @@ public class GetSharesOperation extends RemoteOperation {
 
     @Override
     protected RemoteOperationResult run(OwnCloudClient client) {
-        GetRemoteSharesOperation operation = new GetRemoteSharesOperation(client.getBaseUri().toString());
+        GetRemoteSharesOperation operation = new GetRemoteSharesOperation();
         RemoteOperationResult result = operation.execute(client);
 
         if (result.isSuccess()) {