Updated on 2026-08-14
This commit is contained in:
parent
0741b83490
commit
04ce95d61a
2 changed files with 3 additions and 3 deletions
|
|
@ -203,7 +203,7 @@ internal class FeedComponentModel @Inject constructor(
|
|||
put(it, MarketChartUM.Loading)
|
||||
}
|
||||
}.toPersistentHashMap(),
|
||||
currentSortByType = SortByTypeUM.Trending,
|
||||
currentSortByType = SortByTypeUM.TopGainers,
|
||||
),
|
||||
globalState = GlobalFeedState.Loading,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -52,10 +52,10 @@ internal data class MarketChartConfig(
|
|||
val currentSortByType: SortByTypeUM = SortByTypeUM.TopGainers,
|
||||
) {
|
||||
fun getFilterPreset() = persistentListOf(
|
||||
SortByTypeUM.Trending,
|
||||
SortByTypeUM.ExperiencedBuyers,
|
||||
SortByTypeUM.TopGainers,
|
||||
SortByTypeUM.TopLosers,
|
||||
SortByTypeUM.ExperiencedBuyers,
|
||||
SortByTypeUM.Trending,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue