mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Fix double increment when updating covers (#6138)
* Fix double increment when updating covers * Remove redundant block
This commit is contained in:
parent
5b3bd3f470
commit
ccd7c8df53
1 changed files with 0 additions and 8 deletions
|
@ -445,14 +445,6 @@ class LibraryUpdateService(
|
|||
logcat(LogPriority.ERROR, e)
|
||||
}
|
||||
}
|
||||
|
||||
currentlyUpdatingManga.remove(manga)
|
||||
progressCount.andIncrement
|
||||
notifier.showProgressNotification(
|
||||
currentlyUpdatingManga,
|
||||
progressCount.get(),
|
||||
mangaToUpdate.size
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue