Updated on 2026-08-14
This commit is contained in:
parent
43d3520718
commit
dbc325216e
9 changed files with 127 additions and 4 deletions
|
|
@ -265,6 +265,11 @@ sealed class NotificationUM(val config: NotificationConfig) {
|
|||
title = resourceReference(id = R.string.selling_insufficient_balance_alert_title),
|
||||
subtitle = resourceReference(id = R.string.selling_insufficient_balance_alert_message),
|
||||
)
|
||||
|
||||
data class YieldSupplyIsActive(val tokenName: String) : Warning(
|
||||
title = resourceReference(id = R.string.yield_module_balance_info_sheet_title, wrappedList(tokenName)),
|
||||
subtitle = resourceReference(id = R.string.yield_module_balance_info_sheet_subtitle),
|
||||
)
|
||||
}
|
||||
|
||||
open class Info(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue