Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-11 17:13:06 +03:00
parent f9cf5c6640
commit b153993f3c
9 changed files with 9 additions and 14 deletions

View file

@ -19,8 +19,7 @@ class NoFundsForActivationDialog {
return AlertDialog.Builder(context).apply {
setTitle(R.string.saltpay_error_no_gas_title)
setMessage(R.string.saltpay_error_no_gas_message)
//TODO: SaltPay: change onboarding_supplement_button_kyc_waiting -> to appropriate string
setPositiveButton(R.string.onboarding_supplement_button_kyc_waiting) { _, _ ->
setPositiveButton(R.string.chat_button_title) { _, _ ->
val config = store.state.globalState.configManager?.config?.saltPayConfig?.zendesk.guard {
store.dispatchDebugErrorNotification("SaltPayConfig not initialized")
return@setPositiveButton