mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	show correct number of items in the library tit... (#5516)
...le, even when all manga are in a category that isn't the default category.
This commit is contained in:
		| @@ -147,11 +147,8 @@ class LibraryController( | ||||
|  | ||||
|         if (preferences.categoryNumberOfItems().get() && libraryMangaRelay.hasValue()) { | ||||
|             libraryMangaRelay.value.mangas.let { mangaMap -> | ||||
|                 if (!showCategoryTabs) { | ||||
|                 if (!showCategoryTabs || adapter?.categories?.size == 1) { | ||||
|                     title += " (${mangaMap[currentCategory?.id]?.size ?: 0})" | ||||
|                 } else if (adapter?.categories?.size == 1) { | ||||
|                     // Only "Default" category | ||||
|                     title += " (${mangaMap[0]?.size ?: 0})" | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user