Fix tab-receibe view. Fix wallet-details
This commit is contained in:
parent
96dbd563d3
commit
18c0d829c7
6 changed files with 37 additions and 19 deletions
|
|
@ -38,6 +38,9 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
|
|||
if (err) popupService.showAlert(gettextCatalog.getString('Error'), err);
|
||||
$scope.addr = addr;
|
||||
if ($scope.wallet.showBackupNeededModal) $scope.openBackupNeededModal();
|
||||
$timeout(function() {
|
||||
$scope.$apply();
|
||||
}, 100);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue