Merge pull request #3227 from matiu/bug/identity-perms

use specific version of email-composer to prevent Identity permisions
This commit is contained in:
Ivan Socolsky 2015-09-25 12:28:36 -03:00
commit 05ce6f4ac9
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

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