Fix emoji going crazy and fix tabs being visible when library is empty (#7811)

fixes #7792
fixes #7791
This commit is contained in:
Andreas
2022-08-19 13:22:46 +02:00
committed by GitHub
parent 301cae13f0
commit 47b56644de
4 changed files with 8 additions and 7 deletions
@@ -77,7 +77,7 @@ fun LibraryScreen(
state = presenter,
contentPadding = paddingValues,
currentPage = { presenter.activeCategory },
isLibraryEmpty = { presenter.loadedManga.isEmpty() },
isLibraryEmpty = presenter.isLibraryEmpty,
showPageTabs = presenter.tabVisibility,
showMangaCount = presenter.mangaCountVisibility,
onChangeCurrentPage = { presenter.activeCategory = it },