Updated on 2026-08-14
This commit is contained in:
parent
b083df4f03
commit
65743285e4
1 changed files with 2 additions and 0 deletions
|
|
@ -12,7 +12,9 @@ internal sealed class SendAlertState {
|
|||
abstract val title: TextReference?
|
||||
abstract val message: TextReference
|
||||
open val confirmButtonText: TextReference = resourceReference(id = R.string.common_ok)
|
||||
// open val cancelButtonText: TextReference = resourceReference(id = R.string.common_cancel)
|
||||
open val onConfirmClick: (() -> Unit)? = null
|
||||
// open val onCancelClick: (() -> Unit)? = null
|
||||
|
||||
data class GenericError(
|
||||
override val title: TextReference? = resourceReference(id = R.string.send_alert_transaction_failed_title),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue