This commit is contained in:
Gabriel Bazán 2016-09-01 16:08:41 -03:00
parent d5ef1e071d
commit 3c9303ab29
1 changed files with 8 additions and 0 deletions

View File

@ -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);