Skip to content

Commit

Permalink
Change default order field (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinokuni committed Sep 20, 2024
1 parent 81dc80d commit 77a801c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/src/main/java/com/readrops/db/filters/Filters.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ data class QueryFilters(
val accountId: Int = 0,
val mainFilter: MainFilter = MainFilter.ALL,
val subFilter: SubFilter = SubFilter.ALL,
val orderField: OrderField = OrderField.ID,
val orderField: OrderField = OrderField.DATE,
val orderType: OrderType = OrderType.DESC,
)

0 comments on commit 77a801c

Please sign in to comment.