fix refresh at update color
This commit is contained in:
parent
20b7a851d3
commit
22f58fde79
1 changed files with 3 additions and 0 deletions
|
|
@ -533,6 +533,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
||||||
// UX event handlers
|
// UX event handlers
|
||||||
$rootScope.$on('Local/ColorUpdated', function(event) {
|
$rootScope.$on('Local/ColorUpdated', function(event) {
|
||||||
self.updateColor();
|
self.updateColor();
|
||||||
|
$timeout(function() {
|
||||||
|
$rootScope.$apply();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
$rootScope.$on('Local/UnitSettingUpdated', function(event) {
|
$rootScope.$on('Local/UnitSettingUpdated', function(event) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue