Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-28 12:02:46 +03:00
parent 2c739e2a4f
commit 70eda1b6e7
24 changed files with 445 additions and 140 deletions

View file

@ -121,6 +121,10 @@ class DialogManager : StoreSubscriber<GlobalState> {
onReject = state.dialog.onReject,
)
}
is WalletConnectDialog.SignTransactionDialog -> SignTransactionDialog.create(
preparedData = state.dialog.data,
context = context,
)
is BackupDialog.AttestationFailed -> AttestationFailedDialog.create(context)
is BackupDialog.AddMoreBackupCards -> AddMoreBackupCardsDialog.create(context)
is BackupDialog.BackupInProgress -> BackupInProgressDialog.create(context)