Post updater notification before starting downloads

This commit is contained in:
len 2017-03-10 20:36:43 +01:00
parent 41397ab41d
commit d8fa7bc9d2

View File

@ -276,10 +276,10 @@ class LibraryUpdateService : Service() {
if (newUpdates.isEmpty()) {
cancelNotification()
} else {
showResultNotification(newUpdates, failedUpdates)
if (preferences.downloadNew()) {
DownloadService.start(this)
}
showResultNotification(newUpdates, failedUpdates)
}
}
}