fix refresh error on tab-receive
This commit is contained in:
parent
f9fd629734
commit
e771834edf
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);
|
if (err) popupService.showAlert(gettextCatalog.getString('Error'), err);
|
||||||
$scope.addr = addr;
|
$scope.addr = addr;
|
||||||
if ($scope.wallet.showBackupNeededModal) $scope.openBackupNeededModal();
|
if ($scope.wallet.showBackupNeededModal) $scope.openBackupNeededModal();
|
||||||
$scope.$apply();
|
|
||||||
|
$timeout(function(){
|
||||||
|
$scope.$apply();
|
||||||
|
},10);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue