mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Fix unread badges not hiding in list view
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user