This commit is contained in:
Matias Alejo Garcia 2015-04-23 15:32:11 -03:00
commit c769f69c4e

View file

@ -245,8 +245,8 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.openWallet = function() {
var fc = profileService.focusedClient;
self.updateColor();
$rootScope.$apply();
$timeout(function() {
$rootScope.$apply();
self.setOngoingProcess('openingWallet', true);
self.updateError = false;
fc.openWallet(function(err, walletStatus) {