add push notifications init to bind wallet

This commit is contained in:
Gabriel Bazán 2016-10-06 12:14:44 -03:00
parent 08f674845e
commit 3d6820eb95
1 changed files with 2 additions and 0 deletions

View File

@ -296,6 +296,8 @@ angular.module('copayApp.services')
if (!val) {
return cb(new Error('NONAGREEDDISCLAIMER: Non agreed disclaimer'));
}
if (usePushNotifications)
root.pushNotificationsInit();
return cb();
});
});