From aac5e5a4a9d385f24b078c8d53614dd8acd72f5c Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 1 Jul 2026 14:49:00 +0200 Subject: [PATCH] Updated on 2026-08-14 --- .../com/tangem/features/foryou/impl/components/MarketChart.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/for-you/impl/src/main/java/com/tangem/features/foryou/impl/components/MarketChart.kt b/features/for-you/impl/src/main/java/com/tangem/features/foryou/impl/components/MarketChart.kt index 63a272194e..c06b8013a9 100644 --- a/features/for-you/impl/src/main/java/com/tangem/features/foryou/impl/components/MarketChart.kt +++ b/features/for-you/impl/src/main/java/com/tangem/features/foryou/impl/components/MarketChart.kt @@ -65,7 +65,7 @@ import kotlinx.coroutines.Job import kotlinx.coroutines.launch @Composable -internal fun MarketChart(modifier: Modifier = Modifier, marketChart: MarketChartUM) { +internal fun MarketChart(marketChart: MarketChartUM, modifier: Modifier = Modifier) { var cardBoundsInWindow by remember { mutableStateOf(Rect.Zero) } TangemSurface(