fix: Accidentally made the entries invisible

This commit is contained in:
Ahmad Ansori Palembani 2025-01-05 17:11:34 +07:00
parent e81086358f
commit 32019a2fd7
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

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