Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
  • Loading branch information
tobiasKaminsky authored and AlvaroBrey committed Dec 13, 2022
1 parent 3c945f6 commit e34745f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ object OCShareToOCFileConverter {
// don't have file length or mod timestamp
fileLength = -1
modificationTimestamp = -1
isFavorite = firstShare.isFavorite
}
if (shares.any { it.shareType in listOf(ShareType.PUBLIC_LINK, ShareType.EMAIL) }) {
file.isSharedViaLink = true
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
daggerVersion = "2.44.2"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion = "master-SNAPSHOT"
androidLibraryVersion = "shareAPIfavorite-SNAPSHOT"
mockitoVersion = "4.9.0"
mockitoKotlinVersion = "4.1.0"
mockkVersion = "1.13.3"
Expand Down

0 comments on commit e34745f

Please sign in to comment.