From 405e892af81077340bd99211577d4d7eb178ecb4 Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 1 Jul 2026 15:46:35 +0200 Subject: [PATCH] Updated on 2026-08-14 --- .../features/foryou/impl/components/state/DonutSegmentUM.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/for-you/impl/src/main/java/com/tangem/features/foryou/impl/components/state/DonutSegmentUM.kt b/features/for-you/impl/src/main/java/com/tangem/features/foryou/impl/components/state/DonutSegmentUM.kt index 4fdb4e448f..df7e33719c 100644 --- a/features/for-you/impl/src/main/java/com/tangem/features/foryou/impl/components/state/DonutSegmentUM.kt +++ b/features/for-you/impl/src/main/java/com/tangem/features/foryou/impl/components/state/DonutSegmentUM.kt @@ -1,5 +1,6 @@ package com.tangem.features.foryou.impl.components.state +import androidx.compose.runtime.Immutable import androidx.compose.ui.graphics.Color import com.tangem.core.ui.extensions.TextReference import java.math.BigDecimal @@ -17,6 +18,8 @@ import java.math.BigDecimal * @param fiatValue Pre-formatted fiat value of the slice (e.g. `"$5,720.22"`). Shown in the selection * tooltip next to the share. Empty by default. */ + +@Immutable internal data class DonutSegmentUM( val color: Color, val weight: BigDecimal,