diff --git a/src/js/controllers/tab-receive.js b/src/js/controllers/tab-receive.js index 8db0ae355..0231d657b 100644 --- a/src/js/controllers/tab-receive.js +++ b/src/js/controllers/tab-receive.js @@ -237,6 +237,12 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi $scope.protocolHandler = walletService.getProtocolHandler($scope.wallet); } + $scope.$watch('showWallets' , function () { + if ($scope.showingPaymentReceived) { + $scope.showingPaymentReceived = false; + } + }); + $scope.onWalletSelect = function(wallet) { $scope.wallet = wallet; setProtocolHandler();