Ref push notification

This commit is contained in:
Gustavo Maximiliano Cortez 2016-01-22 00:35:11 -03:00
commit fbdfa0016e
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 20 additions and 13 deletions

View file

@ -87,6 +87,9 @@ angular.module('copayApp.services').factory('configService', function(storageSer
if (!configCache.glidera) {
configCache.glidera = defaultConfig.glidera;
}
if (!configCache.pushNotifications) {
configCache.pushNotifications = defaultConfig.pushNotifications;
}
} else {
configCache = lodash.clone(defaultConfig);