Updated on 2026-08-14
This commit is contained in:
parent
2e5ce52b3a
commit
cc8e380961
7 changed files with 32 additions and 13 deletions
|
|
@ -51,6 +51,13 @@ class DialogManager : StoreSubscriber<GlobalState> {
|
|||
context = context
|
||||
)
|
||||
}
|
||||
is WalletConnectDialog.SessionTimeout -> {
|
||||
dialog = SimpleAlertDialog.create(
|
||||
titleRes = R.string.wallet_connect,
|
||||
messageRes = R.string.wallet_connect_error_timeout,
|
||||
context = context
|
||||
)
|
||||
}
|
||||
is WalletConnectDialog.ApproveWcSession ->
|
||||
dialog = ApproveWcSessionDialog.create(state.dialog.session, context)
|
||||
is WalletConnectDialog.ClipboardOrScanQr ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue