mirror of
https://github.com/gedoor/legado.git
synced 2025-01-07 03:06:58 +08:00
优化
This commit is contained in:
parent
48b93a05b1
commit
1e205007f2
@ -349,7 +349,8 @@ class BookSourceActivity : VMBaseActivity<ActivityBookSourceBinding, BookSourceV
|
||||
if (showDuplicationSource) {
|
||||
data.sortedWith(
|
||||
compareBy<BookSourcePart> { getSourceHost(it.bookSourceUrl) == "#" }
|
||||
.thenBy { getSourceHost(it.bookSourceUrl) })
|
||||
.thenBy { getSourceHost(it.bookSourceUrl) }
|
||||
.thenByDescending { it.lastUpdateTime })
|
||||
} else if (sortAscending) {
|
||||
when (sort) {
|
||||
BookSourceSort.Weight -> data.sortedBy { it.weight }
|
||||
|
Loading…
Reference in New Issue
Block a user