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.
Cette révision appartient à :
Parent
e65f59b3df
révision
8d5f798591
1 fichiers modifiés avec 1 ajouts et 4 suppressions
|
@ -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})"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Référencer dans un nouveau ticket