chore: Comments

This commit is contained in:
Ahmad Ansori Palembani 2024-05-29 08:00:38 +07:00
parent 66ac6201e5
commit 8250af3e5a
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -783,6 +783,7 @@ class MangaDetailsPresenter(
db.updateViewerFlags(manga).executeAsBlocking()
}
manga.status = status ?: SManga.UNKNOWN
// TODO: Use ComicInfo
LocalSource(downloadManager.context).updateMangaInfo(manga, lang)
db.updateMangaInfo(manga).executeAsBlocking()
} else {
@ -806,6 +807,7 @@ class MangaDetailsPresenter(
genre,
if (status != this.manga.originalStatus) status else null,
)
// TODO: Use ComicInfo
customMangaManager.saveMangaInfo(manga)
}
if (uri != null) {