Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-08 13:28:07 +05:00
parent e389f77fcd
commit 9ad1cce2cb

View file

@ -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 { } },
)
}