Merge pull request #5287 from gabrielbazan7/fix/emptysend
fix empty send view
This commit is contained in:
commit
241747f98f
1 changed files with 1 additions and 1 deletions
|
|
@ -133,6 +133,7 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
|
|||
lodash.each(wallets, function(w) {
|
||||
walletService.getStatus(w, {}, function(err, status) {
|
||||
++index;
|
||||
if (index == wallets.length) $scope.checkingBalance = false;
|
||||
if (err || !status) {
|
||||
$log.error(err);
|
||||
return;
|
||||
|
|
@ -144,7 +145,6 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
|
|||
}
|
||||
|
||||
if (index == wallets.length) {
|
||||
$scope.checkingBalance = false;
|
||||
if ($scope.hasFunds != true) {
|
||||
$ionicScrollDelegate.freezeScroll(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue