1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 07:56:19 +00:00

Apply CR changes

This commit is contained in:
davigonz 2019-05-14 09:59:17 +02:00
parent 1087f0fd46
commit 95dde86eda

View File

@ -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