From ce5b154dfe59b299bc386b4ffc573e8a10ea86da Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 25 Sep 2015 12:19:09 -0300 Subject: [PATCH] use specific version of email-composer to prevent Identity permisions --- cordova/build.sh | 2 +- src/js/services/profileService.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cordova/build.sh b/cordova/build.sh index 628837944..6b5f294ba 100755 --- a/cordova/build.sh +++ b/cordova/build.sh @@ -105,7 +105,7 @@ if [ ! -d $PROJECT ]; then cordova plugin add https://github.com/VersoSolutions/CordovaClipboard checkOK - cordova plugin add https://github.com/katzer/cordova-plugin-email-composer.git + cordova plugin add https://github.com/katzer/cordova-plugin-email-composer.git#f53df5c31c50d4f39d214a5cbe49abb0c5727a49 checkOK cordova plugin add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git && cordova prepare diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index fbd9dd9c2..99e88db91 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -101,7 +101,6 @@ angular.module('copayApp.services') client.initNotifications(function(err) { if (err) { $log.error('Could not init notifications err:', err); - root.walletClients[credentials.walletId].started = false; return; } });