Remove unneded update chapter view

This commit is contained in:
Jobobby04 2020-05-23 21:55:56 -04:00
parent b803dbe3af
commit c9b988aca6

View File

@ -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()
} }