mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 13:00:49 +01:00
commit
c3425346b7
1 changed files with 3 additions and 0 deletions
|
@ -239,6 +239,9 @@ class ChaptersFragment : BaseRxFragment<ChaptersPresenter>(), ActionMode.Callbac
|
|||
}
|
||||
}
|
||||
if (chapters.size > 0) {
|
||||
if (!presenter.sortOrder()) {
|
||||
chapters.reverse()
|
||||
}
|
||||
when (i) {
|
||||
// Set correct chapters size if desired
|
||||
0 -> chapters = chapters.subList(0, 1)
|
||||
|
|
Loading…
Reference in a new issue