diff --git a/src/js/controllers/preferencesInformation.js b/src/js/controllers/preferencesInformation.js index 2275edafe..1ee39ba21 100644 --- a/src/js/controllers/preferencesInformation.js +++ b/src/js/controllers/preferencesInformation.js @@ -106,7 +106,6 @@ angular.module('copayApp.controllers').controller('preferencesInformation', configService.set(opts, function(err) { $state.go('tabs.home'); if (err) $log.warn(err); - $scope.$emit('Local/ColorUpdated'); }); };