mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 08:22:56 +00:00
Apply CR changes
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ class RemoteShare : Parcelable, Serializable {
|
||||
var permissions: Int = DEFAULT_PERMISSION
|
||||
var sharedDate: Long = INIT_SHARED_DATE
|
||||
var expirationDate: Long = INIT_EXPIRATION_DATE_IN_MILLIS
|
||||
var isFolder: Boolean = false
|
||||
var isFolder: Boolean = path.endsWith(FileUtils.PATH_SEPARATOR)
|
||||
var userId: Long = 0
|
||||
|
||||
val isValid: Boolean = id > -1
|
||||
|
||||
Reference in New Issue
Block a user