Updated on 2026-08-14
This commit is contained in:
parent
af2b62dbe3
commit
edb42c1ee4
11 changed files with 173 additions and 17 deletions
|
|
@ -131,6 +131,10 @@ class DialogManager : StoreSubscriber<GlobalState> {
|
|||
preparedData = state.dialog.data,
|
||||
context = context,
|
||||
)
|
||||
is WalletConnectDialog.SignTransactionsDialog -> SignTransactionsDialog.create(
|
||||
preparedData = state.dialog.data,
|
||||
context = context,
|
||||
)
|
||||
is WalletConnectDialog.PairConnectErrorDialog -> SimpleAlertDialog.create(
|
||||
titleRes = R.string.wallet_connect_title,
|
||||
message = state.dialog.error.message,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue