Skip to content

Commit e769edd

Browse files
committed
Add completion
1 parent a6da8a6 commit e769edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/duckduckgo/app/job/AppConfigurationJobService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class AppConfigurationJobService : JobService() {
5151
jobFinishedSuccessfully(params)
5252
Timber.i("Successfully downloaded all data")
5353
}
54-
.subscribe()
54+
.subscribe({})
5555

5656
return true
5757
}

0 commit comments

Comments
 (0)