mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-12 10:08:55 +01:00
Update app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryScreenModel.kt
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
parent
c70685584f
commit
aefce87650
@ -302,8 +302,7 @@ class LibraryScreenModel(
|
|||||||
item1Score.compareTo(item2Score)
|
item1Score.compareTo(item2Score)
|
||||||
}
|
}
|
||||||
LibrarySort.Type.Random -> {
|
LibrarySort.Type.Random -> {
|
||||||
error("A comparator should not be requested for the random sort style. Instead, intercept this " +
|
error("Why Are We Still Here? Just To Suffer?")
|
||||||
"case and call .shuffle()")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user