mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Show labels on Android library view
This commit is contained in:
parent
8632376f43
commit
91c15d78dc
1 changed files with 2 additions and 2 deletions
|
|
@ -413,8 +413,8 @@ fun LibraryViewContent(
|
|||
currentItem.savedItemId == selectedItem?.savedItem?.savedItemId
|
||||
val test = SavedItemWithLabelsAndHighlights(
|
||||
savedItem = cardDataWithLabels.savedItem,
|
||||
labels = listOf(),
|
||||
highlights = listOf()
|
||||
labels = cardDataWithLabels.labels,
|
||||
highlights = cardDataWithLabels.highlights
|
||||
)
|
||||
SavedItemCard(
|
||||
selected = selected,
|
||||
|
|
|
|||
Loading…
Reference in a new issue