Share the file with a user or group when selected on the list of suggestions
[pub/Android/ownCloud.git] / src / com / owncloud / android / operations / GetUsersOrGroupsOperation.java
index d7a6029..6ecd930 100644 (file)
@@ -56,7 +56,7 @@ public class GetUsersOrGroupsOperation extends SyncOperation{
     protected RemoteOperationResult run(OwnCloudClient client) {
         GetRemoteShareesOperation operation =
                 new GetRemoteShareesOperation(mSearchString,
-                mLimit, mOffset);
+                mOffset, mLimit);
         RemoteOperationResult result = operation.execute(client);
 
         return result;