Cleanup last commit

This commit is contained in:
Jobobby04 2020-06-21 14:54:16 -04:00
parent 3ba6aeb8d5
commit 777ce57a5a

View File

@ -145,7 +145,7 @@ class MangaAllInOnePresenter(
this.chapters = chapters
}
private suspend fun getUpdatedChapters(): List<MangaAllInOneChapterItem> = applyChapterFilters(chapters)
private fun getUpdatedChapters(): List<MangaAllInOneChapterItem> = applyChapterFilters(chapters)
private fun updateChaptersView(updateInfo: Boolean = false) {
scope.launch(Dispatchers.IO) {