diff --git a/src/js/controllers/import.js b/src/js/controllers/import.js index 8f437368f..4ba74e011 100644 --- a/src/js/controllers/import.js +++ b/src/js/controllers/import.js @@ -140,6 +140,14 @@ angular.module('copayApp.controllers').controller('importController', $scope.$apply(); }); } + + profileService.setBackupFlag(walletId); + if ($stateParams.fromOnboarding) { + profileService.setDisclaimerAccepted(function(err) { + if (err) $log.error(err); + }); + } + $state.go('tabs.home'); }); }, 100);