mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
rename savedItem val
This commit is contained in:
parent
b56610ca66
commit
c064979832
1 changed files with 2 additions and 2 deletions
|
|
@ -411,7 +411,7 @@ fun LibraryViewContent(
|
|||
dismissContent = {
|
||||
val selected =
|
||||
currentItem.savedItemId == selectedItem?.savedItem?.savedItemId
|
||||
val test = SavedItemWithLabelsAndHighlights(
|
||||
val savedItem = SavedItemWithLabelsAndHighlights(
|
||||
savedItem = cardDataWithLabels.savedItem,
|
||||
labels = cardDataWithLabels.labels,
|
||||
highlights = cardDataWithLabels.highlights
|
||||
|
|
@ -419,7 +419,7 @@ fun LibraryViewContent(
|
|||
SavedItemCard(
|
||||
selected = selected,
|
||||
savedItemViewModel = libraryViewModel,
|
||||
savedItem = test,
|
||||
savedItem = savedItem,
|
||||
onClickHandler = {
|
||||
libraryViewModel.actionsMenuItemLiveData.postValue(null)
|
||||
val activityClass =
|
||||
|
|
|
|||
Loading…
Reference in a new issue