Fix EH gallery updater crashing
This commit is contained in:
parent
d69dc375a3
commit
a0b490b10f
@ -231,7 +231,9 @@ class EHentaiUpdateWorker: JobService(), CoroutineScope {
|
||||
)
|
||||
)
|
||||
|
||||
updateNotifier.showResultNotification(updatedManga)
|
||||
if(updatedManga.isNotEmpty()) {
|
||||
updateNotifier.showResultNotification(updatedManga)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user