commit
486b24eeb1
19 changed files with 24 additions and 25 deletions
|
|
@ -28,6 +28,7 @@ angular.module('copayApp.controllers').controller('exportController',
|
|||
return;
|
||||
}
|
||||
|
||||
$rootScope.$emit('Local/BackupDone');
|
||||
notification.success(gettext('Success'), gettext('Encrypted export file saved'));
|
||||
go.walletHome();
|
||||
});
|
||||
|
|
@ -96,6 +97,7 @@ angular.module('copayApp.controllers').controller('exportController',
|
|||
self.error = true;
|
||||
} else {
|
||||
self.error = false;
|
||||
$rootScope.$emit('Local/BackupDone');
|
||||
}
|
||||
return cb(ew);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue