Updated on 2026-08-14
This commit is contained in:
parent
a16a27546c
commit
14135be555
6 changed files with 49 additions and 22 deletions
|
|
@ -106,7 +106,7 @@ class DialogManager : StoreSubscriber<GlobalState> {
|
|||
context.getString(R.string.wallet_connect_scanner_error_unsupported_network)
|
||||
} else {
|
||||
context.getString(R.string.wallet_connect_error_unsupported_blockchains) +
|
||||
state.dialog.networks
|
||||
state.dialog.networks.joinToString()
|
||||
}
|
||||
SimpleAlertDialog.create(
|
||||
titleRes = R.string.wallet_connect_title,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue