From b5ad1018cc8a5e07217d0c671a01c34a2f7afc27 Mon Sep 17 00:00:00 2001 From: Tangem Date: Thu, 18 Jun 2026 12:39:52 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../wallet/domain/GetWalletNotificationsFactory.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/GetWalletNotificationsFactory.kt b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/GetWalletNotificationsFactory.kt index e6afe6006c..38305069d8 100644 --- a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/GetWalletNotificationsFactory.kt +++ b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/GetWalletNotificationsFactory.kt @@ -254,7 +254,9 @@ internal class GetWalletNotificationsFactory @Inject constructor( addCloreMigrationNotification(userWallet, flattenCurrencies, clickIntents) - addNoAccountWarning(cryptoCurrencyStatus = flattenCurrencies.firstOrNull()) + if (!userWallet.isMultiCurrency) { + addNoAccountWarning(cryptoCurrencyStatus = flattenCurrencies.firstOrNull()) + } addIf( element = WalletNotificationUM.NumberOfSignedHashesIncorrect(