mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 01:19:18 +01:00
MangaPresenter: Don't update fav state when changing categories (#7594)
This commit is contained in:
parent
cd9487f94c
commit
59f8c1a288
@ -365,8 +365,10 @@ class MangaPresenter(
|
||||
|
||||
fun moveMangaToCategoriesAndAddToLibrary(manga: DomainManga, categories: List<Category>) {
|
||||
moveMangaToCategories(categories)
|
||||
presenterScope.launchIO {
|
||||
updateManga.awaitUpdateFavorite(manga.id, true)
|
||||
if (!manga.favorite) {
|
||||
presenterScope.launchIO {
|
||||
updateManga.awaitUpdateFavorite(manga.id, true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user