Improvement - 288 - Receive screen post check mark display: When a new wallet is chosen, QR does not display, previous payment received checkmark persists
This commit is contained in:
parent
4fb9c57bdd
commit
5ecfc4a949
1 changed files with 6 additions and 0 deletions
|
|
@ -237,6 +237,12 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
|
||||||
$scope.protocolHandler = walletService.getProtocolHandler($scope.wallet);
|
$scope.protocolHandler = walletService.getProtocolHandler($scope.wallet);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$scope.$watch('showWallets' , function () {
|
||||||
|
if ($scope.showingPaymentReceived) {
|
||||||
|
$scope.showingPaymentReceived = false;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
$scope.onWalletSelect = function(wallet) {
|
$scope.onWalletSelect = function(wallet) {
|
||||||
$scope.wallet = wallet;
|
$scope.wallet = wallet;
|
||||||
setProtocolHandler();
|
setProtocolHandler();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue