mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(library): Re-introduce force UI update on certain actions
Those actions are not yet handled via flow
This commit is contained in:
parent
9276382c12
commit
f7450b8d17
1 changed files with 3 additions and 0 deletions
|
@ -1360,6 +1360,7 @@ class LibraryPresenter(
|
|||
)
|
||||
}
|
||||
}
|
||||
updateLibrary()
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1465,6 +1466,7 @@ class LibraryPresenter(
|
|||
|
||||
mapMangaChapters[manga] = chapters
|
||||
}
|
||||
updateLibrary()
|
||||
}
|
||||
return mapMangaChapters
|
||||
}
|
||||
|
@ -1480,6 +1482,7 @@ class LibraryPresenter(
|
|||
}
|
||||
}.flatten()
|
||||
updateChapter.awaitAll(updates)
|
||||
updateLibrary()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue