mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-28 00:37:58 +03:00
Post updater notification before starting downloads
This commit is contained in:
parent
41397ab41d
commit
d8fa7bc9d2
1 changed files with 1 additions and 1 deletions
|
@ -276,10 +276,10 @@ class LibraryUpdateService : Service() {
|
|||
if (newUpdates.isEmpty()) {
|
||||
cancelNotification()
|
||||
} else {
|
||||
showResultNotification(newUpdates, failedUpdates)
|
||||
if (preferences.downloadNew()) {
|
||||
DownloadService.start(this)
|
||||
}
|
||||
showResultNotification(newUpdates, failedUpdates)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue