Updated on 2026-08-14
This commit is contained in:
parent
e389f77fcd
commit
9ad1cce2cb
1 changed files with 7 additions and 4 deletions
|
|
@ -75,9 +75,12 @@ class TransactionErrorDialogFactory @Inject constructor() {
|
|||
id = R.string.send_alert_transaction_failed_text,
|
||||
formatArgs = wrappedList(causeTextReference ?: cause.orEmpty(), code),
|
||||
),
|
||||
firstAction = EventMessageAction(
|
||||
title = resourceReference(id = R.string.common_support),
|
||||
onClick = onConfirmClick,
|
||||
),
|
||||
firstActionBuilder = {
|
||||
EventMessageAction(
|
||||
title = resourceReference(id = R.string.common_support),
|
||||
onClick = onConfirmClick,
|
||||
)
|
||||
},
|
||||
secondActionBuilder = { cancelAction { } },
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue