Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-27 20:54:33 +05:00
parent 222b5d75d1
commit 81b030fd0d
7 changed files with 105 additions and 83 deletions

View file

@ -7,7 +7,6 @@ import com.tangem.core.ui.extensions.TextReference
import kotlinx.collections.immutable.ImmutableList
import kotlinx.collections.immutable.persistentListOf
import kotlinx.collections.immutable.toPersistentList
import kotlinx.serialization.Serializable
@Immutable
data class MessageBottomSheetUMV2(
@ -25,7 +24,6 @@ data class MessageBottomSheetUMV2(
val closeScope = CloseScope()
@Immutable
@Serializable
sealed interface Element
@Immutable