From d488df512ef60d929ef623dd7b0c9c8203e09eab Mon Sep 17 00:00:00 2001 From: Tangem Date: Mon, 13 Jul 2026 20:17:03 +0400 Subject: [PATCH] Updated on 2026-08-14 --- .../presentation/wallet/state/model/WalletNotificationUM.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/state/model/WalletNotificationUM.kt b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/state/model/WalletNotificationUM.kt index 542935b215..e149150745 100644 --- a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/state/model/WalletNotificationUM.kt +++ b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/state/model/WalletNotificationUM.kt @@ -24,6 +24,7 @@ import com.tangem.core.ui.R as CoreUiR */ internal enum class WalletNotificationType { Status, + AddFundsPromo, Critical, Warning, Promo, @@ -367,7 +368,7 @@ internal sealed class WalletNotificationUM(val messageUM: TangemMessageUM, val t ), ), ), - type = WalletNotificationType.Promo, + type = WalletNotificationType.AddFundsPromo, ) data class NoteMigration(val onClick: () -> Unit) : WalletNotificationUM(