add push notifications init to bind wallet
This commit is contained in:
parent
08f674845e
commit
3d6820eb95
1 changed files with 2 additions and 0 deletions
|
|
@ -296,6 +296,8 @@ angular.module('copayApp.services')
|
||||||
if (!val) {
|
if (!val) {
|
||||||
return cb(new Error('NONAGREEDDISCLAIMER: Non agreed disclaimer'));
|
return cb(new Error('NONAGREEDDISCLAIMER: Non agreed disclaimer'));
|
||||||
}
|
}
|
||||||
|
if (usePushNotifications)
|
||||||
|
root.pushNotificationsInit();
|
||||||
return cb();
|
return cb();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue