mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Fix: Crash while Installation
My Git Commit settings sucks
This commit is contained in:
parent
b4eefa69e9
commit
b969032c37
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user