Merge pull request #477 from matiu/bug/receive-refresh
fix refresh error on tab-receive
This commit is contained in:
commit
a452049f93
1 changed files with 4 additions and 1 deletions
|
|
@ -23,7 +23,10 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
|
|||
if (err) popupService.showAlert(gettextCatalog.getString('Error'), err);
|
||||
$scope.addr = addr;
|
||||
if ($scope.wallet.showBackupNeededModal) $scope.openBackupNeededModal();
|
||||
$scope.$apply();
|
||||
|
||||
$timeout(function(){
|
||||
$scope.$apply();
|
||||
},10);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue