Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-08 15:31:30 +05:00
parent b083df4f03
commit 65743285e4

View file

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