1
0
Fork 0
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:
Evgenii Kozlov 2025-04-11 13:29:29 +02:00 committed by GitHub
parent c079905ef6
commit fec133097f
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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
)
)