mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #3890 from omnivore-app/fix/android-synced-content
Add content when syncing
This commit is contained in:
commit
767b3dc77f
2 changed files with 3 additions and 3 deletions
|
|
@ -27,8 +27,8 @@ android {
|
|||
applicationId = "app.omnivore.omnivore"
|
||||
minSdk = 26
|
||||
targetSdk = 34
|
||||
versionCode = 2020003
|
||||
versionName = "0.202.3"
|
||||
versionCode = 2020004
|
||||
versionName = "0.202.4"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
|
|||
|
|
@ -436,7 +436,7 @@ class LibraryRepositoryImpl @Inject constructor(
|
|||
slug = it.slug,
|
||||
isArchived = it.isArchived,
|
||||
contentReader = it.contentReader.rawValue,
|
||||
content = null,
|
||||
content = it.content,
|
||||
wordsCount = it.wordsCount
|
||||
)
|
||||
val labels = it.labels?.map { label ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue