This commit is contained in:
Gabriel Bazán 2016-01-04 14:11:24 -03:00
commit 171665afe6
4 changed files with 93 additions and 93 deletions

View file

@ -397,7 +397,7 @@ angular.module('copayApp.services')
handleImport(function() {
root.setAndStoreFocus(walletId, function() {
storageService.storeProfile(root.profile, function(err) {
$rootScope.$emit('Local/EnableNotifications', true);
$rootScope.$emit('Local/EnableNotifications');
return cb(err, walletId);
});
});