Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Fix unread badges not hiding in list view

Cette révision appartient à :
arkon 2020-05-16 16:38:43 -04:00
Parent 3357e878a5
révision 2fb0969c75

Voir le fichier

@ -44,8 +44,8 @@ class LibraryListHolder(
// Update the unread count and its visibility.
with(unread_text) {
visibleIf { item.manga.unread > 0 }
text = item.manga.unread.toString()
visibleIf { item.unreadCount > 0 }
text = item.unreadCount.toString()
}
// Update the download count and its visibility.
with(download_text) {