fixes
This commit is contained in:
parent
d5ef1e071d
commit
3c9303ab29
1 changed files with 8 additions and 0 deletions
|
|
@ -140,6 +140,14 @@ angular.module('copayApp.controllers').controller('importController',
|
||||||
$scope.$apply();
|
$scope.$apply();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
profileService.setBackupFlag(walletId);
|
||||||
|
if ($stateParams.fromOnboarding) {
|
||||||
|
profileService.setDisclaimerAccepted(function(err) {
|
||||||
|
if (err) $log.error(err);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
$state.go('tabs.home');
|
$state.go('tabs.home');
|
||||||
});
|
});
|
||||||
}, 100);
|
}, 100);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue