mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 06:37:48 +01:00
Co-authored-by: Alessandro Tedesco <alessandro.tedesco@zehus.it>
This commit is contained in:
parent
1cf1b34e7f
commit
b8fa326c21
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ class LibraryPresenter(
|
|||
manga1chapterFetchDate.compareTo(manga2chapterFetchDate)
|
||||
}
|
||||
LibrarySort.Type.DateAdded -> {
|
||||
i1.libraryManga.manga.dateAdded.compareTo(i1.libraryManga.manga.dateAdded)
|
||||
i1.libraryManga.manga.dateAdded.compareTo(i2.libraryManga.manga.dateAdded)
|
||||
}
|
||||
else -> throw IllegalStateException("Invalid SortModeSetting: ${sort.type}")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue