fix colors

This commit is contained in:
Matias Alejo Garcia 2015-05-13 12:41:05 -03:00
commit 9f5d09f1cc
7 changed files with 19 additions and 8 deletions

View file

@ -356,6 +356,9 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
return;
var fc = profileService.focusedClient;
if (!fc)
return;
$timeout(function() {
storageService.getLastAddress(fc.credentials.walletId, function(err, addr) {
if (addr) {