Fixed local manga covers not updating on edit

This commit is contained in:
Jay 2020-04-27 00:52:32 -04:00
parent 60555a2324
commit f645ac550e

View file

@ -686,6 +686,7 @@ class MangaDetailsPresenter(
downloadManager.context.contentResolver.openInputStream(uri) ?: return false
if (manga.source == LocalSource.ID) {
LocalSource.updateCover(downloadManager.context, manga, inputStream)
MangaImpl.setLastCoverFetch(manga.id!!, Date().time)
return true
}