Merge pull request #4572 from gabrielbazan7/fix/TermsWideScreen
hide menu in accept terms view
This commit is contained in:
commit
c4a4bbdd96
4 changed files with 8 additions and 2 deletions
|
|
@ -226,6 +226,7 @@ angular.module('copayApp.services')
|
|||
if (!val) {
|
||||
return cb(new Error('NONAGREEDDISCLAIMER: Non agreed disclaimer'));
|
||||
}
|
||||
$rootScope.$emit('disclaimerAccepted');
|
||||
return cb();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue