We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a437a44 commit 461d194Copy full SHA for 461d194
app/src/main/java/com/duckduckgo/app/job/AppConfigurationJobService.kt
@@ -44,6 +44,7 @@ class AppConfigurationJobService : JobService() {
44
.subscribeOn(Schedulers.io())
45
.subscribe({
46
Timber.i("Successfully downloaded all data")
47
+ jobFinishedSuccessfully(params)
48
}, {
49
Timber.w(it, "Failed to download app configuration")
50
jobFinishedFailed(params)
0 commit comments