Updated on 2026-08-14
This commit is contained in:
parent
6d7bbd068c
commit
4e7cda3e36
2 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ class ApproveWcSessionDialog {
|
|||
}
|
||||
if (networks.size > 1) {
|
||||
setNeutralButton(context.getText(R.string.wallet_connect_select_network)) { _, _ ->
|
||||
store.dispatch(GlobalAction.HideDialog(WalletConnectDialog.ApproveWcSession(session, networks)))
|
||||
store.dispatch(WalletConnectAction.SelectNetwork(session = session, networks = networks))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue