Allow cancel during backup import processing

This commit is contained in:
ayumi-signal
2025-01-30 07:39:00 -08:00
committed by GitHub
parent 721a875c44
commit 8fef392e7f
7 changed files with 143 additions and 83 deletions

View File

@@ -22,6 +22,7 @@ export enum InstallScreenBackupError {
UnsupportedVersion = 'UnsupportedVersion',
Retriable = 'Retriable',
Fatal = 'Fatal',
Canceled = 'Canceled',
}
export enum InstallScreenError {