Updated on 2026-08-14

This commit is contained in:
Tangem 2024-01-16 23:12:35 +03:00
parent 1d2052e235
commit ae6ddfbeda
6 changed files with 45 additions and 14 deletions

View file

@ -120,6 +120,7 @@ class DialogManager : StoreSubscriber<GlobalState> {
onReject = state.dialog.onReject,
)
}
is BackupDialog.AttestationFailed -> AttestationFailedDialog.create(context)
is BackupDialog.AddMoreBackupCards -> AddMoreBackupCardsDialog.create(context)
is BackupDialog.BackupInProgress -> BackupInProgressDialog.create(context)
is BackupDialog.UnfinishedBackupFound -> UnfinishedBackupFoundDialog.create(context)