fix sweep paper wallet flag - fix sweep process
This commit is contained in:
parent
d6d54a4e35
commit
e16e93e408
5 changed files with 121 additions and 76 deletions
|
|
@ -95,7 +95,10 @@ angular.module('copayApp.controllers').controller('backupController',
|
|||
if (val) {
|
||||
confirmBackupPopup.close();
|
||||
if ($stateParams.fromOnboarding) $state.go('onboarding.disclaimer');
|
||||
else $state.go('tabs.home')
|
||||
else {
|
||||
$ionicHistory.clearHistory();
|
||||
$state.go('tabs.home');
|
||||
}
|
||||
} else {
|
||||
confirmBackupPopup.close();
|
||||
$scope.goToStep(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue