fix: incorrect value in library top bar

This commit is contained in:
Acclorite 2025-10-01 13:39:15 +03:00
parent 30ee74cfff
commit 67e5eb8edf
No known key found for this signature in database
GPG key ID: 6E54C611F6EE8593

View file

@ -141,7 +141,7 @@ fun LibraryTopBar(
Spacer(modifier = Modifier.width(6.dp))
StyledText(
text = if (showCategoryTabs) bookCount.toString()
else currentCategory.value.second.toString(),
else currentCategory.value.second.size.toString(),
modifier = Modifier
.background(
MaterialTheme.colorScheme.surfaceContainer,