Updated on 2026-08-14
This commit is contained in:
parent
28221ee04c
commit
b5ad1018cc
1 changed files with 3 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue