hotfix: 3.4.4, fix not being able to import backup
This commit is contained in:
@@ -347,7 +347,7 @@ class AccountMenuCtrl extends PureCtrl {
|
||||
return;
|
||||
}
|
||||
const version = data.version || data.auth_params?.version || data?.keyParams?.version;
|
||||
if (!protocolManager.supportedVersions().includes(version)) {
|
||||
if (version && !protocolManager.supportedVersions().includes(version)) {
|
||||
this.setState({ importData: null });
|
||||
this.alertManager.alert({ text: STRING_IMPORT_FAILED_NEWER_BACKUP });
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user