Show backup import UI on Link-and-Sync
This commit is contained in:
parent
936d21d749
commit
0c038f2971
2 changed files with 15 additions and 1 deletions
|
@ -363,7 +363,7 @@ function finishInstall(
|
|||
const accountManager = window.getAccountManager();
|
||||
strictAssert(accountManager, 'Expected an account manager');
|
||||
|
||||
if (isBackupEnabled()) {
|
||||
if (isBackupEnabled() || provisioner.isLinkAndSync()) {
|
||||
dispatch({ type: SHOW_BACKUP_IMPORT });
|
||||
} else {
|
||||
dispatch({ type: SHOW_LINK_IN_PROGRESS });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue