Add content when syncing

This commit is contained in:
Jackson Harper
2024-05-02 15:24:39 +08:00
parent f11b7af181
commit 2f075c82dd
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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 ->