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