Skip to content

Commit d18154c

Browse files
tobiasKaminskyalperozturk96
authored andcommitted
sharees: correct type
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent 842c6c7 commit d18154c

File tree

1 file changed

+1
-1
lines changed
  • library/src/main/java/com/owncloud/android/lib/resources/files/model

1 file changed

+1
-1
lines changed

library/src/main/java/com/owncloud/android/lib/resources/files/model/RemoteFile.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class RemoteFile :
4444
var unreadCommentsCount = 0
4545
var isHasPreview = false
4646
var note: String? = null
47-
var sharees: Array<ShareeUser?>? = null
47+
var sharees: Array<ShareeUser>? = null
4848
var richWorkspace: String? = null
4949
var isLocked = false
5050
var lockType: FileLockType? = null

0 commit comments

Comments
 (0)