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