Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-24 14:26:49 +04:00
parent a16a27546c
commit 14135be555
6 changed files with 49 additions and 22 deletions

View file

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