File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/src/main/java/com/owncloud/android/ui/adapter Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ object OCShareToOCFileConverter {
6262 // don't have file length or mod timestamp
6363 fileLength = - 1
6464 modificationTimestamp = - 1
65+ isFavorite = firstShare.isFavorite
6566 }
6667 if (shares.any { it.shareType in listOf (ShareType .PUBLIC_LINK , ShareType .EMAIL ) }) {
6768 file.isSharedViaLink = true
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 daggerVersion = " 2.44.2"
77 markwonVersion = " 4.6.2"
88 prismVersion = " 2.0.0"
9- androidLibraryVersion = " master -SNAPSHOT"
9+ androidLibraryVersion = " shareAPIfavorite -SNAPSHOT"
1010 mockitoVersion = " 4.9.0"
1111 mockitoKotlinVersion = " 4.1.0"
1212 mockkVersion = " 1.13.3"
You can’t perform that action at this time.
0 commit comments