|
@@ -646,6 +646,7 @@ class MangaPresenter(
|
|
|
|
|
|
/**
|
|
|
* Deletes the given list of chapter.
|
|
|
+ *
|
|
|
* @param chapters the list of chapters to delete.
|
|
|
*/
|
|
|
fun deleteChapters(chapters: List<DomainChapter>) {
|
|
@@ -673,7 +674,6 @@ class MangaPresenter(
|
|
|
}
|
|
|
successState.copy(chapters = newChapters)
|
|
|
}
|
|
|
- toggleAllSelection(false)
|
|
|
} catch (e: Throwable) {
|
|
|
logcat(LogPriority.ERROR, e)
|
|
|
}
|