mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
fix: Revert to use fetchLibrary flow
This commit is contained in:
parent
efea0103fe
commit
598c4918f1
1 changed files with 2 additions and 3 deletions
|
@ -815,9 +815,8 @@ class LibraryPresenter(
|
|||
getLibraryManga.subscribe(),
|
||||
getPreferencesFlow(),
|
||||
preferences.removeArticles().changes(),
|
||||
preferences.collapsedCategories().changes(),
|
||||
preferences.collapsedDynamicCategories().changes(),
|
||||
) { allCategories, libraryMangaList, prefs, removeArticles, collapsedCategories, collapsedDynamicCategories ->
|
||||
fetchLibrary
|
||||
) { allCategories, libraryMangaList, prefs, removeArticles, _ ->
|
||||
groupType = prefs.groupType
|
||||
|
||||
val (items, categories, hiddenItems) = if (groupType <= BY_DEFAULT || !libraryIsGrouped) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue