mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix last commit
This commit is contained in:
parent
35d81dfd97
commit
f9fcd8fab7
1 changed files with 1 additions and 1 deletions
|
@ -1078,7 +1078,7 @@ class LibraryPresenter(
|
|||
}
|
||||
|
||||
/** Undo the removal of the manga once in library */
|
||||
fun reAddMangas(mangas: List<Manga) {
|
||||
fun reAddMangas(mangas: List<Manga>) {
|
||||
presenterScope.launch {
|
||||
val mangaToAdd = mangas.distinctBy { it.id }
|
||||
mangaToAdd.forEach { it.favorite = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue