This commit is contained in:
Matias Alejo Garcia 2015-04-23 15:32:11 -03:00
parent 1515b9446f
commit c769f69c4e
1 changed files with 1 additions and 1 deletions

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) {