Updated on 2026-08-14
This commit is contained in:
parent
2f5a544541
commit
f7ac40363f
2 changed files with 4 additions and 2 deletions
|
|
@ -129,8 +129,8 @@ internal sealed class WalletNotificationUM(val messageUM: TangemMessageUM, val t
|
|||
data class BackupError(val onClick: () -> Unit) : WalletNotificationUM(
|
||||
messageUM = TangemMessageUM(
|
||||
id = "BackupErrorNotification",
|
||||
title = resourceReference(id = R.string.warning_backup_errors_title),
|
||||
subtitle = resourceReference(id = R.string.warning_backup_errors_message),
|
||||
title = resourceReference(id = R.string.warning_incomplete_backup_notification_title),
|
||||
subtitle = resourceReference(id = R.string.warning_incomplete_backup_notification_message),
|
||||
messageEffect = TangemMessageEffect.Warning,
|
||||
iconUM = TangemIconUM.Icon(
|
||||
iconRes = R.drawable.ic_attention_default_24,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue