Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-09 11:15:34 +03:00
parent aa143c12fb
commit b470ba9192
35 changed files with 1064 additions and 699 deletions

View file

@ -77,7 +77,7 @@ class DialogManager : StoreSubscriber<GlobalState> {
is WalletConnectDialog.UnsupportedCard ->
SimpleAlertDialog.create(
titleRes = R.string.wallet_connect_title,
messageRes = R.string.wallet_connect_scanner_error_no_ethereum_wallet,
messageRes = R.string.wallet_connect_scanner_error_not_valid_card,
context = context,
)
is WalletConnectDialog.AddNetwork ->