Remove unneded update chapter view
This commit is contained in:
parent
b803dbe3af
commit
c9b988aca6
@ -494,11 +494,6 @@ class MangaAllInOnePresenter(
|
||||
}
|
||||
.toList()
|
||||
.flatMap { db.updateChaptersProgress(it).asRxObservable() }
|
||||
.doOnNext {
|
||||
scope.launch {
|
||||
updateChaptersView()
|
||||
}
|
||||
}
|
||||
.subscribeOn(Schedulers.io())
|
||||
.subscribe()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user