fix send
This commit is contained in:
parent
1515b9446f
commit
c769f69c4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue