mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 12:47:26 +01:00
Fix number of items not updating when Show category tabs is off (#7644)
This commit is contained in:
parent
483b204fb5
commit
e513487caa
@ -644,7 +644,7 @@ class LibraryPresenter(
|
|||||||
val defaultTitle = stringResource(id = R.string.label_library)
|
val defaultTitle = stringResource(id = R.string.label_library)
|
||||||
val default = remember { LibraryToolbarTitle(defaultTitle) }
|
val default = remember { LibraryToolbarTitle(defaultTitle) }
|
||||||
|
|
||||||
return produceState(initialValue = default, category, mangaCountVisibility, tabVisibility) {
|
return produceState(initialValue = default, category, loadedManga, mangaCountVisibility, tabVisibility) {
|
||||||
val title = if (tabVisibility.not()) category?.name ?: defaultTitle else defaultTitle
|
val title = if (tabVisibility.not()) category?.name ?: defaultTitle else defaultTitle
|
||||||
|
|
||||||
value = when {
|
value = when {
|
||||||
|
Loading…
Reference in New Issue
Block a user