We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c591c3 commit 7cb4ea1Copy full SHA for 7cb4ea1
library/src/main/java/com/owncloud/android/lib/resources/files/model/RemoteFile.kt
@@ -44,7 +44,7 @@ class RemoteFile :
44
var unreadCommentsCount = 0
45
var isHasPreview = false
46
var note: String? = null
47
- var sharees: Array<ShareeUser?>? = null
+ var sharees: Array<ShareeUser>? = null
48
var richWorkspace: String? = null
49
var isLocked = false
50
var lockType: FileLockType? = null
0 commit comments