rm colorUpdated event

This commit is contained in:
Matias Alejo Garcia 2016-08-22 15:13:08 -03:00
commit 5f7dfb51a4
No known key found for this signature in database
GPG key ID: 02470DB551277AB3

View file

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