Cleanup last commit
This commit is contained in:
parent
3ba6aeb8d5
commit
777ce57a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ class MangaAllInOnePresenter(
|
||||||
this.chapters = chapters
|
this.chapters = chapters
|
||||||
}
|
}
|
||||||
|
|
||||||
private suspend fun getUpdatedChapters(): List<MangaAllInOneChapterItem> = applyChapterFilters(chapters)
|
private fun getUpdatedChapters(): List<MangaAllInOneChapterItem> = applyChapterFilters(chapters)
|
||||||
|
|
||||||
private fun updateChaptersView(updateInfo: Boolean = false) {
|
private fun updateChaptersView(updateInfo: Boolean = false) {
|
||||||
scope.launch(Dispatchers.IO) {
|
scope.launch(Dispatchers.IO) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue