mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 11:37:51 +02:00
Remove unneded update chapter view
This commit is contained in:
@ -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()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user