Ref push notification
This commit is contained in:
parent
22824cbe32
commit
fbdfa0016e
5 changed files with 20 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue