mirror of
				https://github.com/owncloud/android-library.git
				synced 2025-10-31 02:17:41 +00:00 
			
		
		
		
	Fixed case of 'no update of upload permission' in operation updating public shares
This commit is contained in:
		
							parent
							
								
									785562038e
								
							
						
					
					
						commit
						cdce258a3f
					
				| @ -140,9 +140,10 @@ public class UpdateRemoteShareOperation extends RemoteOperation { | ||||
|     /** | ||||
|      * Enable upload permissions to update in Share resource. | ||||
|      * | ||||
|      * @param publicUpload Upload Permission to set to the target share. | ||||
|      * @param publicUpload  Upload permission to set to the target share. | ||||
|      *                      Null results in no update applied to the upload permission. | ||||
|      */ | ||||
|     public void setPublicUpload(boolean publicUpload) { | ||||
|     public void setPublicUpload(Boolean publicUpload) { | ||||
|         mPublicUpload = publicUpload; | ||||
|     } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user