mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 05:35:07 +01:00
Co-authored-by: Alessandro Tedesco <alessandro.tedesco@zehus.it>
This commit is contained in:
parent
1cf1b34e7f
commit
b8fa326c21
@ -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 New Issue
Block a user