Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-10 16:14:57 +05:00
parent cf0bce7e61
commit 97bb0ab768

View file

@ -294,7 +294,11 @@ sealed class WalletNotification(val config: NotificationConfig) {
) : WalletNotification(
config = NotificationConfig(
title = resourceReference(R.string.hw_activation_need_title),
subtitle = resourceReference(R.string.hw_activation_need_description),
subtitle = if (isBackupExists) {
resourceReference(R.string.hw_activation_need_warning_description)
} else {
resourceReference(R.string.hw_activation_need_description)
},
iconResId = R.drawable.img_knight_shield_32,
iconTint = when (type) {
WalletActivationBannerType.Attention -> IconTint.Attention