adding agreeDisclaimer flag for compatibility
This commit is contained in:
parent
9aeb1ea4fd
commit
b9557d47d2
7 changed files with 74 additions and 57 deletions
|
|
@ -38,7 +38,10 @@ angular.module('copayApp.controllers').controller('disclaimerController',
|
|||
storageService.getProfile(function(err, profile) {
|
||||
if (!profile) create();
|
||||
else $scope.creatingProfile = false;
|
||||
|
||||
//compatible
|
||||
storageService.getCopayDisclaimerFlag(function(err, val) {
|
||||
if (val) go.walletHome();
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue