Cleanup last commit
This commit is contained in:
parent
3ba6aeb8d5
commit
777ce57a5a
@ -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…
x
Reference in New Issue
Block a user