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

View File

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