From 593f5b364c07f16c84253296c6bb09e7982af70d Mon Sep 17 00:00:00 2001 From: Tangem Date: Fri, 17 Oct 2025 11:44:23 +0500 Subject: [PATCH] Updated on 2026-08-14 --- .../tokendetails/state/components/TokenDetailsNotification.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/state/components/TokenDetailsNotification.kt b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/state/components/TokenDetailsNotification.kt index 97ce580d0d..814e1fbe1b 100644 --- a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/state/components/TokenDetailsNotification.kt +++ b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/state/components/TokenDetailsNotification.kt @@ -6,7 +6,6 @@ import com.tangem.core.ui.components.notifications.NotificationConfig import com.tangem.core.ui.extensions.TextReference import com.tangem.core.ui.extensions.networkIconResId import com.tangem.core.ui.extensions.resourceReference -import com.tangem.core.ui.extensions.stringReference import com.tangem.core.ui.extensions.wrappedList import com.tangem.domain.models.currency.CryptoCurrency import com.tangem.domain.models.wallet.UserWallet @@ -264,6 +263,6 @@ internal sealed class TokenDetailsNotification(val config: NotificationConfig) { id = R.string.yield_module_amount_not_transfered_to_aave_title, wrappedList(amount, tokenName), ), - subtitle = stringReference(""), + subtitle = TextReference.EMPTY, ) } \ No newline at end of file