mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(manga/details): Use presenterScope
This commit is contained in:
parent
e52a55e4f4
commit
2e0fca04ca
1 changed files with 1 additions and 1 deletions
|
@ -734,7 +734,7 @@ class MangaDetailsPresenter(
|
|||
}
|
||||
|
||||
fun confirmDeletion() {
|
||||
launchIO {
|
||||
presenterScope.launchIO {
|
||||
manga.removeCover(coverCache)
|
||||
withIOContext { view?.updateHeader() }
|
||||
customMangaManager.saveMangaInfo(CustomMangaInfo(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue