mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-07-25 05:09:52 +00:00
Fix: Crash while Installation
My Git Commit settings sucks
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user