From b969032c377f999c9d3907a31a0802a37d064239 Mon Sep 17 00:00:00 2001 From: LooKeR Date: Wed, 20 Oct 2021 21:17:05 +0530 Subject: [PATCH] Fix: Crash while Installation My Git Commit settings sucks --- src/main/kotlin/com/looker/droidify/service/DownloadService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,