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