Updated on 2026-08-14
This commit is contained in:
parent
91942930d6
commit
6b75b48f1e
61 changed files with 193 additions and 436 deletions
|
|
@ -32,6 +32,7 @@ dependencies {
|
|||
implementation(projects.core.datasource)
|
||||
implementation(projects.core.utils)
|
||||
implementation(projects.core.ui)
|
||||
implementation(projects.common.ui)
|
||||
implementation(projects.libs.blockchainSdk)
|
||||
// endregion
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ package com.tangem.data.notifications.converters
|
|||
|
||||
import com.tangem.blockchain.common.Blockchain
|
||||
import com.tangem.blockchainsdk.utils.fromNetworkId
|
||||
import com.tangem.core.ui.extensions.getActiveIconRes
|
||||
import com.tangem.common.ui.extensions.getActiveIconRes
|
||||
import com.tangem.datasource.api.tangemTech.models.CryptoNetworkResponse
|
||||
import com.tangem.domain.notifications.models.NotificationsEligibleNetwork
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ internal object NotificationsEligibleNetworkConverter {
|
|||
id = value.networkId,
|
||||
name = blockchain.fullName,
|
||||
symbol = blockchain.currency,
|
||||
icon = getActiveIconRes(blockchain.id),
|
||||
icon = getActiveIconRes(blockchain),
|
||||
)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue