Remove unneded update chapter view
This commit is contained in:
parent
b803dbe3af
commit
c9b988aca6
1 changed files with 0 additions and 5 deletions
|
|
@ -494,11 +494,6 @@ class MangaAllInOnePresenter(
|
||||||
}
|
}
|
||||||
.toList()
|
.toList()
|
||||||
.flatMap { db.updateChaptersProgress(it).asRxObservable() }
|
.flatMap { db.updateChaptersProgress(it).asRxObservable() }
|
||||||
.doOnNext {
|
|
||||||
scope.launch {
|
|
||||||
updateChaptersView()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.subscribeOn(Schedulers.io())
|
.subscribeOn(Schedulers.io())
|
||||||
.subscribe()
|
.subscribe()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue