mirror of
				https://github.com/owncloud/android-library.git
				synced 2025-11-04 04:17:50 +00:00 
			
		
		
		
	Fix in set of parameters to get shares of a single file or folder
This commit is contained in:
		
							parent
							
								
									764fb1058f
								
							
						
					
					
						commit
						8689c7a6ca
					
				@ -94,12 +94,8 @@ public class GetSharesForFileRemoteOperation extends RemoteOperation {
 | 
			
		||||
 | 
			
		||||
			// Add Parameters to Get Method
 | 
			
		||||
			get.setQueryString(new NameValuePair[] { 
 | 
			
		||||
				    new NameValuePair(PARAM_PATH, mPath) 
 | 
			
		||||
				}); 
 | 
			
		||||
			get.setQueryString(new NameValuePair[] { 
 | 
			
		||||
				    new NameValuePair(PARAM_RESHARES, String.valueOf(mReshares)) 
 | 
			
		||||
				}); 
 | 
			
		||||
			get.setQueryString(new NameValuePair[] { 
 | 
			
		||||
				    new NameValuePair(PARAM_PATH, mPath),
 | 
			
		||||
				    new NameValuePair(PARAM_RESHARES, String.valueOf(mReshares)),
 | 
			
		||||
				    new NameValuePair(PARAM_SUBFILES, String.valueOf(mSubfiles))
 | 
			
		||||
				}); 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user