mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Accidentally made the entries invisible
This commit is contained in:
parent
e81086358f
commit
32019a2fd7
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class LibraryGridHolder(
|
|||
// Update the title and subtitle of the manga.
|
||||
setCards(adapter.showOutline, binding.card, binding.unreadDownloadBadge.root)
|
||||
binding.playButton.transitionName = "library chapter $bindingAdapterPosition transition"
|
||||
binding.constraintLayout.isVisible = item.manga.manga.id == Long.MIN_VALUE
|
||||
binding.constraintLayout.isVisible = item.manga.manga.id != Long.MIN_VALUE
|
||||
binding.title.text = item.manga.manga.title.highlightText(item.filter, color)
|
||||
binding.behindTitle.text = item.manga.manga.title
|
||||
val mangaColor = item.manga.manga.dominantCoverColors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue