From 3d6820eb956c7b6dcc49d7b31566c68d88405178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Thu, 6 Oct 2016 12:14:44 -0300 Subject: [PATCH] add push notifications init to bind wallet --- src/js/services/profileService.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index ee40f741b..d9e3fc9c8 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -296,6 +296,8 @@ angular.module('copayApp.services') if (!val) { return cb(new Error('NONAGREEDDISCLAIMER: Non agreed disclaimer')); } + if (usePushNotifications) + root.pushNotificationsInit(); return cb(); }); });