Loading app/core/src/main/java/com/fsck/k9/mailstore/FolderRepository.kt +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ class FolderRepository( ) { private val sortForDisplay = compareByDescending<LocalFolder> { it.serverId == account.inboxFolder } .thenByDescending { it.serverId == account.outboxFolder } .thenByDescending { account.isSpecialFolder(it.serverId) } .thenByDescending { it.isInTopGroup } .thenBy(String.CASE_INSENSITIVE_ORDER) { it.name } Loading Loading
app/core/src/main/java/com/fsck/k9/mailstore/FolderRepository.kt +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ class FolderRepository( ) { private val sortForDisplay = compareByDescending<LocalFolder> { it.serverId == account.inboxFolder } .thenByDescending { it.serverId == account.outboxFolder } .thenByDescending { account.isSpecialFolder(it.serverId) } .thenByDescending { it.isInTopGroup } .thenBy(String.CASE_INSENSITIVE_ORDER) { it.name } Loading