Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-01 14:49:00 +02:00
parent 54d1ea4973
commit aac5e5a4a9

View file

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