Updated on 2026-08-14
This commit is contained in:
parent
f9cf5c6640
commit
b153993f3c
9 changed files with 9 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue