mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-13 12:38:58 +01:00
Fix unusable categories when content is filtered out
Fixes #8675 Effectively reverts #8633, which introduces weird edge cases
This commit is contained in:
@@ -61,7 +61,7 @@ fun LibraryContent(
|
||||
val scope = rememberCoroutineScope()
|
||||
var isRefreshing by remember(pagerState.currentPage) { mutableStateOf(false) }
|
||||
|
||||
if (!isLibraryEmpty && showPageTabs && categories.size > 1) {
|
||||
if (showPageTabs && categories.size > 1) {
|
||||
LibraryTabs(
|
||||
categories = categories,
|
||||
currentPageIndex = pagerState.currentPage,
|
||||
|
||||
Reference in New Issue
Block a user