Merge pull request #3890 from omnivore-app/fix/android-synced-content
Add content when syncing
This commit is contained in:
@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user