Updated on 2026-08-14
This commit is contained in:
parent
ed6970db05
commit
207fe02586
15 changed files with 433 additions and 253 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue