hide initial balance until it is updated
This commit is contained in:
parent
068f8cad52
commit
a6bab8ce43
3 changed files with 5 additions and 4 deletions
|
|
@ -45,6 +45,7 @@ angular.module('copayApp.controllers').controller('OpenController', function($sc
|
|||
$rootScope.$digest();
|
||||
return;
|
||||
}
|
||||
$rootScope.updatingBalance = true;
|
||||
controllerUtils.startNetwork(w, $scope);
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue