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(