fix: incorrect value in library top bar
This commit is contained in:
parent
30ee74cfff
commit
67e5eb8edf
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ fun LibraryTopBar(
|
||||||
Spacer(modifier = Modifier.width(6.dp))
|
Spacer(modifier = Modifier.width(6.dp))
|
||||||
StyledText(
|
StyledText(
|
||||||
text = if (showCategoryTabs) bookCount.toString()
|
text = if (showCategoryTabs) bookCount.toString()
|
||||||
else currentCategory.value.second.toString(),
|
else currentCategory.value.second.size.toString(),
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.background(
|
.background(
|
||||||
MaterialTheme.colorScheme.surfaceContainer,
|
MaterialTheme.colorScheme.surfaceContainer,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue