Updated on 2026-08-14
This commit is contained in:
parent
cf182832db
commit
ae979f60cd
11 changed files with 110 additions and 65 deletions
|
|
@ -245,6 +245,16 @@ sealed class NotificationUM(val config: NotificationConfig) {
|
|||
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),
|
||||
)
|
||||
|
||||
data object SellingRegionalRestriction : Warning(
|
||||
title = resourceReference(id = R.string.selling_regional_restriction_alert_title),
|
||||
subtitle = resourceReference(id = R.string.selling_regional_restriction_alert_message),
|
||||
)
|
||||
|
||||
data object InsufficientBalanceForSelling : Warning(
|
||||
title = resourceReference(id = R.string.selling_insufficient_balance_alert_title),
|
||||
subtitle = resourceReference(id = R.string.selling_insufficient_balance_alert_message),
|
||||
)
|
||||
}
|
||||
|
||||
open class Info(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue