Updated on 2026-08-14
This commit is contained in:
parent
bf98bd9fbc
commit
136db91d9d
6 changed files with 6 additions and 6 deletions
|
|
@ -108,7 +108,7 @@ class DialogManager : StoreSubscriber<GlobalState> {
|
|||
is WalletConnectDialog.UnsupportedNetwork ->
|
||||
SimpleAlertDialog.create(
|
||||
titleRes = R.string.wallet_connect,
|
||||
messageRes = R.string.wallet_connect_unsupported_blockchain,
|
||||
messageRes = R.string.wallet_connect_scanner_error_unsupported_network,
|
||||
context = context
|
||||
)
|
||||
is BackupDialog.AddMoreBackupCards -> AddMoreBackupCardsDialog.create(context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue