Updated on 2026-08-14
This commit is contained in:
parent
3bac898afd
commit
720759fb1a
2 changed files with 14 additions and 8 deletions
|
|
@ -32,10 +32,13 @@ class YieldSupplyAlertFactory @Inject constructor(
|
|||
title = resourceReference(id = R.string.send_alert_transaction_failed_title),
|
||||
message = resourceReference(id = R.string.common_unknown_error),
|
||||
onDismissRequest = popBack,
|
||||
firstAction = EventMessageAction(
|
||||
title = resourceReference(R.string.common_support),
|
||||
onClick = onFailedTxEmailClick,
|
||||
),
|
||||
firstActionBuilder = {
|
||||
EventMessageAction(
|
||||
title = resourceReference(R.string.common_support),
|
||||
onClick = onFailedTxEmailClick,
|
||||
)
|
||||
},
|
||||
secondActionBuilder = { cancelAction { } },
|
||||
),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue