Updated on 2026-08-14
This commit is contained in:
parent
269e986601
commit
6f3007f0e3
4 changed files with 27 additions and 3 deletions
|
|
@ -2,6 +2,7 @@ package com.tangem.features.commonfeatures.api.choosetoken.model
|
|||
|
||||
import androidx.compose.runtime.Immutable
|
||||
import com.tangem.core.ui.components.tokenlist.state.TokensListItemUM
|
||||
import com.tangem.core.ui.ds.image.DeviceIconUM
|
||||
import com.tangem.core.ui.extensions.TextReference
|
||||
import kotlinx.collections.immutable.ImmutableList
|
||||
import kotlinx.collections.immutable.persistentListOf
|
||||
|
|
@ -22,6 +23,7 @@ data class WalletTabUM(
|
|||
val count: TextReference?,
|
||||
val isSelected: Boolean,
|
||||
val onClick: () -> Unit,
|
||||
val deviceIcon: DeviceIconUM,
|
||||
)
|
||||
|
||||
@Immutable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue