Fix manga being reinitialized in browse
Co-authored-by: jobobby04 <jobobby04@users.noreply.github.com>
Cette révision appartient à :
Parent
829aadd0bd
révision
4ea512f6c2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -205,7 +205,7 @@ open class BrowseSourcePresenter(
|
|||
* @param manga to initialize.
|
||||
*/
|
||||
private suspend fun initializeManga(manga: DomainManga) {
|
||||
if (manga.thumbnailUrl != null && manga.initialized) return
|
||||
if (manga.thumbnailUrl != null || manga.initialized) return
|
||||
withContext(NonCancellable) {
|
||||
val db = manga.toDbManga()
|
||||
try {
|
||||
|
|
Référencer dans un nouveau ticket