Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Apply CR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davigonz committed May 21, 2019
1 parent d3192f7 commit 0a353d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a353d5

Please sign in to comment.