diff --git a/presentation/src/main/java/com/anytypeio/anytype/presentation/search/ObjectSearchConstants.kt b/presentation/src/main/java/com/anytypeio/anytype/presentation/search/ObjectSearchConstants.kt index c6915a38a7..f3e0e75506 100644 --- a/presentation/src/main/java/com/anytypeio/anytype/presentation/search/ObjectSearchConstants.kt +++ b/presentation/src/main/java/com/anytypeio/anytype/presentation/search/ObjectSearchConstants.kt @@ -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 ) )