mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3544 Bin | Fix | Updating sorting (#2287)
This commit is contained in:
parent
c079905ef6
commit
fec133097f
1 changed files with 2 additions and 2 deletions
|
@ -607,8 +607,8 @@ object ObjectSearchConstants {
|
|||
|
||||
val sortTabArchive = listOf(
|
||||
DVSort(
|
||||
relationKey = Relations.NAME,
|
||||
type = DVSortType.ASC,
|
||||
relationKey = Relations.LAST_MODIFIED_DATE,
|
||||
type = DVSortType.DESC,
|
||||
relationFormat = RelationFormat.LONG_TEXT
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue