Fix: Crash while Installation

My Git Commit settings sucks
This commit is contained in:
LooKeR 2021-10-20 21:17:05 +05:30 committed by GitHub
parent b4eefa69e9
commit b969032c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -457,7 +457,7 @@ class DownloadService : ConnectionService<DownloadService.Binder>() {
.observeOn(AndroidSchedulers.mainThread())
.subscribe { result, throwable ->
currentTask = null
throwable.printStackTrace()
throwable?.printStackTrace()
if (result == null || !result.success) {
showNotificationError(
task,