diff --git a/src/main/kotlin/com/looker/droidify/service/DownloadService.kt b/src/main/kotlin/com/looker/droidify/service/DownloadService.kt index 96c3c9a1..1892e9df 100644 --- a/src/main/kotlin/com/looker/droidify/service/DownloadService.kt +++ b/src/main/kotlin/com/looker/droidify/service/DownloadService.kt @@ -457,7 +457,7 @@ class DownloadService : ConnectionService() { .observeOn(AndroidSchedulers.mainThread()) .subscribe { result, throwable -> currentTask = null - throwable.printStackTrace() + throwable?.printStackTrace() if (result == null || !result.success) { showNotificationError( task,