Updated on 2026-08-14
This commit is contained in:
parent
ba513c03f5
commit
21ab0100a1
1 changed files with 1 additions and 5 deletions
|
|
@ -23,11 +23,7 @@ class ApproveWcSessionDialog {
|
|||
setTitle(context.getString(R.string.wallet_connect))
|
||||
setMessage(message)
|
||||
setPositiveButton(context.getText(R.string.common_start)) { _, _ ->
|
||||
store.dispatch(
|
||||
WalletConnectAction.ChooseNetwork(
|
||||
session.wallet.blockchain!!,
|
||||
),
|
||||
)
|
||||
store.dispatch(WalletConnectAction.ChooseNetwork(session.wallet.blockchain!!))
|
||||
}
|
||||
if (networks.size > 1) {
|
||||
setNeutralButton(context.getText(R.string.wallet_connect_select_network)) { _, _ ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue