mirror of
				https://github.com/owncloud/android-library.git
				synced 2025-11-04 12:28:25 +00:00 
			
		
		
		
	Apply CR changes
This commit is contained in:
		
							parent
							
								
									1087f0fd46
								
							
						
					
					
						commit
						95dde86eda
					
				@ -52,7 +52,7 @@ class RemoteShare : Parcelable, Serializable {
 | 
				
			|||||||
    var permissions: Int = DEFAULT_PERMISSION
 | 
					    var permissions: Int = DEFAULT_PERMISSION
 | 
				
			||||||
    var sharedDate: Long = INIT_SHARED_DATE
 | 
					    var sharedDate: Long = INIT_SHARED_DATE
 | 
				
			||||||
    var expirationDate: Long = INIT_EXPIRATION_DATE_IN_MILLIS
 | 
					    var expirationDate: Long = INIT_EXPIRATION_DATE_IN_MILLIS
 | 
				
			||||||
    var isFolder: Boolean = false
 | 
					    var isFolder: Boolean = path.endsWith(FileUtils.PATH_SEPARATOR)
 | 
				
			||||||
    var userId: Long = 0
 | 
					    var userId: Long = 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    val isValid: Boolean = id > -1
 | 
					    val isValid: Boolean = id > -1
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user