Skip to content

Commit 45aaf83

Browse files
committed
wip
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 330a5cf commit 45aaf83

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

app/src/main/java/com/owncloud/android/ui/adapter/OCShareToOCFileConverter.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ object OCShareToOCFileConverter {
122122
note = firstShare.note
123123
fileId = firstShare.fileSource
124124
remoteId = firstShare.remoteId.toString()
125+
localId = firstShare.fileSource
125126
this.firstShareTimestamp = firstShareTimestamp
126127
isFavorite = firstShare.isFavorite
127128
}

gradle/libs.versions.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ junitVersion = "1.3.0"
5050
juniversalchardetVersion = "2.5.0"
5151
kotlin = "2.3.10"
5252
kotlinxSerializationJson = "1.11.0"
53+
kotlinxCoroutinesVersion = "1.10.2"
5354
ksp = "2.3.6"
5455
leakcanary = "2.14"
5556
legacySupportV4Version = "1.0.0"
@@ -149,6 +150,9 @@ objenesis = { module = "org.objenesis:objenesis", version.ref = "objenesis" }
149150
play-services-base = { module = "com.google.android.gms:play-services-base", version.ref = "playServicesBaseVersion" }
150151
review-ktx = { module = "com.google.android.play:review-ktx", version.ref = "reviewKtxVersion" }
151152
slfj = { module = "org.slf4j:jcl-over-slf4j", version.ref = "slfj" }
153+
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesVersion" }
154+
kotlinx-coroutines-guava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "kotlinxCoroutinesVersion" }
155+
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutinesVersion" }
152156

153157
# Mockito
154158
mockito-android = { module = "org.mockito:mockito-android", version.ref = "mockitoVersion" }

0 commit comments

Comments
 (0)