Skip to content

Commit 272c57a

Browse files
committed
fix wrong usages
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent 7dbf763 commit 272c57a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/owncloud/android/datamodel/FileDataStorageManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,6 +1543,7 @@ private ContentValues createContentValueForRemoteFile(RemoteFile remoteFile) {
15431543
contentValues.put(ProviderTableMeta.OCSHARES_IS_DIRECTORY, isDirectory);
15441544
contentValues.put(ProviderTableMeta.OCSHARES_ACCOUNT_OWNER, user.getAccountName());
15451545
contentValues.put(ProviderTableMeta.OCSHARES_USER_ID, remoteFile.getOwnerId());
1546+
contentValues.put(ProviderTableMeta.OCSHARES_NOTE, remoteFile.getNote());
15461547

15471548
if (remoteFile.getSharees().length > 0) {
15481549
final var sharee = remoteFile.getSharees()[0];

0 commit comments

Comments
 (0)