Updated on 2026-08-14
This commit is contained in:
parent
1d2052e235
commit
ae6ddfbeda
6 changed files with 45 additions and 14 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue