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()) {
|
if (newUpdates.isEmpty()) {
|
||||||
cancelNotification()
|
cancelNotification()
|
||||||
} else {
|
} else {
|
||||||
|
showResultNotification(newUpdates, failedUpdates)
|
||||||
if (preferences.downloadNew()) {
|
if (preferences.downloadNew()) {
|
||||||
DownloadService.start(this)
|
DownloadService.start(this)
|
||||||
}
|
}
|
||||||
showResultNotification(newUpdates, failedUpdates)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue