Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-12 16:48:30 +04:00
parent ed6970db05
commit 207fe02586
15 changed files with 433 additions and 253 deletions

View file

@ -240,6 +240,11 @@ sealed class NotificationUM(val config: NotificationConfig) {
onClick = onRefresh,
),
)
data object SwapNoAvailablePair : Warning(
title = resourceReference(id = R.string.action_buttons_swap_no_available_pair_notification_title),
subtitle = resourceReference(id = R.string.action_buttons_swap_no_available_pair_notification_message),
)
}
open class Info(