add push notifications init to bind wallet

This commit is contained in:
Gabriel Bazán 2016-10-06 12:14:44 -03:00
commit 3d6820eb95

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();
});
});